[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 7 / 9 / BaseSDK / 0.1.3 / BaseSDK.podspec.json
blob440ae91ba6a2089d14cec103c345699662f20f04
2   "name": "BaseSDK",
3   "version": "0.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
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\""
31   ],
32   "subspecs": [
33     {
34       "name": "BaseSDKSubSpec",
35       "dependencies": {
36         "ReactiveObjC": [
37           "~>2.1.2"
38         ],
39         "Texture": [
41         ],
42         "HashBuilder": [
43           "~> 1.0"
44         ],
45         "GRKArrayDiff": [
46           "~> 2.1"
47         ]
48       }
49     }
50   ]