Sha256: 6ba72d4a22259e7a3ab41959f392e767ad8a1c31d75977413fa51247f5ebb9fa

Contents?: true

Size: 748 Bytes

Versions: 6

Compression:

Stored size: 748 Bytes

Contents

//
//  ___FILENAME___
//  ___POD_NAME___
//
//  Created by OCSlimProject on ___DATE___.
//  MIT License
//  © 2017 Paul Stringer
//


#import <Foundation/Foundation.h>

#if __has_include(<___POD_NAME___/___POD_NAME___.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___
 
 */

@interface ___PACKAGENAMEASIDENTIFIER___ : NSObject
@end
@implementation ___PACKAGENAMEASIDENTIFIER___
@end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
xcfit-10.2.0 XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/___PACKAGENAMEASIDENTIFIER___.m
xcfit-10.0.0 XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/___PACKAGENAMEASIDENTIFIER___.m
xcfit-8.0.0 XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/___PACKAGENAMEASIDENTIFIER___.m
xcfit-7.1.0 XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/___PACKAGENAMEASIDENTIFIER___.m
xcfit-7.0.0 XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/___PACKAGENAMEASIDENTIFIER___.m
xcfit-6.1.0 XCFit_Templates/XCFit/Base Acceptance Tests.xctemplate/___PACKAGENAMEASIDENTIFIER___.m