blob: 440ae91ba6a2089d14cec103c345699662f20f04 [file] [log] [blame]
{
"name": "BaseSDK",
"version": "0.1.3",
"summary": "Starter sdk framework",
"description": "Starter framework to build cocoapods sdk",
"homepage": "https://github.com/phamducmanh1989/base-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manh Pham": "phamducmanh1989@gmail.com"
},
"source": {
"git": "https://github.com/phamducmanh1989/base-sdk-ios.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "BaseSDK/Classes/**/*.{h}",
"source_files": "BaseSDK/Classes/**/*.{h,m}",
"static_framework": true,
"default_subspecs": "BaseSDKSubSpec",
"prefix_header_contents": [
"#import <ReactiveObjC/ReactiveObjC.h>",
"#import \"MPInject.h\"",
"#import <AsyncDisplayKit/AsyncDisplayKit.h>",
"#import \"NSArray+Functional.h\"",
"#import \"MPMacros.h\""
],
"subspecs": [
{
"name": "BaseSDKSubSpec",
"dependencies": {
"ReactiveObjC": [
"~>2.1.2"
],
"Texture": [
],
"HashBuilder": [
"~> 1.0"
],
"GRKArrayDiff": [
"~> 2.1"
]
}
}
]
}