[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / c / 0 / SPBaseKit / 0.0.3 / SPBaseKit.podspec.json
blobe3d8fbc0507c779ee9b53593d2236e6eadeeb043
2   "name": "SPBaseKit",
3   "version": "0.0.3",
4   "summary": "A swift project common pod.",
5   "description": "A swift project common pod: Fabric, Amplitude, Logger.",
6   "homepage": "https://github.com/Tuluobo/SPBaseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tuluobo": "tuluobo@vip.qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Tuluobo/SPBaseKit.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SPBaseKit/Classes/**/*"
27     },
28     {
29       "name": "Vender",
30       "dependencies": {
31         "Amplitude-iOS": [
32           "~> 4.2"
33         ],
34         "Fabric": [
35           "~> 1.7"
36         ],
37         "Crashlytics": [
38           "~> 3.10"
39         ]
40       }
41     }
42   ]