[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / e / FTMobileSDK / 1.2.8-alpha.2 / FTMobileSDK.podspec.json
blobd7c18bdf4e706931cfe4b60aa32606a949195a95
2   "name": "FTMobileSDK",
3   "version": "1.2.8-alpha.2",
4   "summary": "驻云 DataFlux iOS 数据采集 SDK",
5   "description": "驻云 DataFlux iOS 数据采集 SDK",
6   "homepage": "https://github.com/DataFlux-cn/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/DataFlux-cn/datakit-ios.git",
22     "tag": "1.2.8-alpha.2"
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       "libraries": "resolv.9",
49       "dependencies": {
50         "FTMobileSDK/Common": [
52         ]
53       }
54     },
55     {
56       "name": "Common",
57       "source_files": "FTMobileSDK/BaseUtils/**/*{.h,.m,.c}"
58     }
59   ]