[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / f / c / 0 / SPBaseKit / 0.0.2 / SPBaseKit.podspec.json
blobae9925673176900d2d132d853257dd110f6f8bb0
2   "name": "SPBaseKit",
3   "version": "0.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SPBaseKit/Classes/**/*"
26     },
27     {
28       "name": "Vender",
29       "dependencies": {
30         "Amplitude-iOS": [
31           "~> 4.2"
32         ],
33         "Fabric": [
34           "~> 1.7"
35         ],
36         "Crashlytics": [
37           "~> 3.10"
38         ]
39       }
40     }
41   ]