Sha256: eaaba29c44eb70e5ad92684f4dc77902b1d1b2f97d48fa4df244ffafe7d0e39d
Contents?: true
Size: 612 Bytes
Versions: 28
Compression:
Stored size: 612 Bytes
Contents
// // ___FILENAME___ // ___POD_NAME___ // // Created by OCSlimProject on ___DATE___. // MIT License // © 2016 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
28 entries across 25 versions & 1 rubygems