blob: c0f0b86ccbbbfd413c5ce98752af0fa6a0846a16 [file] [log] [blame]
{
"name": "BaseSDK",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"BaseSDK/Classes/Common/MPMacros.h",
"BaseSDK/Classes/Common/MPInject.h",
"BaseSDK/Classes/Common/NSArray+Functional.h",
"BaseSDK/Classes/Domain/Model/MPModel.h",
"BaseSDK/Classes/Presentation/Presenter/MPPresenter.h",
"BaseSDK/Classes/Presentation/View/MPView.h",
"BaseSDK/Classes/Presentation/Controller/MPController.h",
"BaseSDK/Classes/Presentation/Controller/MPNavigationController.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": [
]
}
}
]
}