[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / e / FTMobileSDK / 1.3.5-alpha.3 / FTMobileSDK.podspec.json
blob8de5eaff2c0000f6ae7e99c60e1e61862e65a3d8
2   "name": "FTMobileSDK",
3   "version": "1.3.5-alpha.3",
4   "summary": "观测云 DataFlux iOS 数据采集 SDK",
5   "description": "观测云 DataFlux iOS 数据采集 SDK",
6   "homepage": "https://github.com/GuanceCloud/datakit-ios.git",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hulilei": "hulilei@jiagouyun.com",
13     "Brandon Zhang": "zhangbo@jiagouyun.com"
14   },
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/GuanceCloud/datakit-ios.git",
22     "tag": "1.3.5-alpha.3"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "ios": {
28         "dependencies": {
29           "FTMobileSDK/FTMobileAgent": [
31           ]
32         }
33       },
34       "osx": {
35         "dependencies": {
36           "FTMobileSDK/Common": [
38           ]
39         }
40       }
41     },
42     {
43       "name": "FTMobileAgent",
44       "platforms": {
45         "ios": "9.0"
46       },
47       "source_files": "FTMobileSDK/FTMobileAgent/**/*{.h,.m}",
48       "dependencies": {
49         "FTMobileSDK/Common": [
51         ]
52       }
53     },
54     {
55       "name": "Common",
56       "source_files": "FTMobileSDK/BaseUtils/**/*{.h,.m,.c}"
57     }
58   ]