[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 7 / 9 / BaseSDK / 0.1.1 / BaseSDK.podspec.json
blob015e1045d380cbaf9c88e642d71b3a343495d9c6
2   "name": "BaseSDK",
3   "version": "0.1.1",
4   "summary": "Starter sdk framework",
5   "description": "Starter framework to build cocoapods sdk",
6   "homepage": "https://github.com/phamducmanh1989/base-sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Manh Pham": "phamducmanh1989@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/phamducmanh1989/base-sdk-ios.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "BaseSDK/Classes/Common/MPMacros.h",
23     "BaseSDK/Classes/Common/MPInject.h",
24     "BaseSDK/Classes/Common/NSArray+Functional.h",
25     "BaseSDK/Classes/Domain/Model/MPModel.h",
26     "BaseSDK/Classes/Presentation/Presenter/MPPresenter.h",
27     "BaseSDK/Classes/Presentation/View/MPView.h",
28     "BaseSDK/Classes/Presentation/Controller/MPController.h",
29     "BaseSDK/Classes/Presentation/Controller/MPNavigationController.h"
30   ],
31   "source_files": "BaseSDK/Classes/**/*.{h,m}",
32   "static_framework": true,
33   "default_subspecs": "BaseSDKSubSpec",
34   "prefix_header_contents": [
35     "#import <ReactiveObjC/ReactiveObjC.h>",
36     "#import \"MPInject.h\"",
37     "#import <AsyncDisplayKit/AsyncDisplayKit.h>",
38     "#import \"NSArray+Functional.h\"",
39     "#import \"MPMacros.h\""
40   ],
41   "subspecs": [
42     {
43       "name": "BaseSDKSubSpec",
44       "dependencies": {
45         "ReactiveObjC": [
46           "~>2.1.2"
47         ],
48         "Texture": [
50         ]
51       }
52     }
53   ]