4 "summary": "Starter sdk framework",
5 "description": "Starter framework to build cocoapods sdk",
6 "homepage": "https://github.com/phamducmanh1989/base-sdk-ios",
12 "Manh Pham": "phamducmanh1989@gmail.com"
15 "git": "https://github.com/phamducmanh1989/base-sdk-ios.git",
21 "public_header_files": "BaseSDK/Classes/**/*.{h}",
22 "source_files": "BaseSDK/Classes/**/*.{h,m}",
23 "static_framework": true,
24 "default_subspecs": "BaseSDKSubSpec",
25 "prefix_header_contents": [
26 "#import <ReactiveObjC/ReactiveObjC.h>",
27 "#import \"MPInject.h\"",
28 "#import <AsyncDisplayKit/AsyncDisplayKit.h>",
29 "#import \"NSArray+Functional.h\"",
30 "#import \"MPMacros.h\""
34 "name": "BaseSDKSubSpec",