Sha256: 2b5041351ed5224e16f56224219d349ad83468445a9a716436690312809de7f8
Contents?: true
Size: 612 Bytes
Versions: 6
Compression:
Stored size: 612 Bytes
Contents
// // ___FILENAME___ // ___POD_NAME___ // // Created by OCSlimProject on ___DATE___. // MIT License // © 2017 Paul Stringer // // #if __has_include(<___POD_NAME___/___PRINCIPALCLASSNAME___.h>) #else #pragma GCC error "Target requires pod '___POD_NAME___'. Add the entry \"pod '___POD_NAME___'\" to your Podfile configuration." #endif /* Copy and paste this entry to your projects Podfile and run 'pod install' or 'pod update' as necessary target '___PACKAGENAMEASIDENTIFIER___' do platform :___POD_PLATFORM_IDENTIFIER___ pod '___POD_NAME___' end https://cocoapods.org/?q=___POD_NAME___ */
Version data entries
6 entries across 6 versions & 1 rubygems