[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / f / FTMacOSSDK / 1.0.0-alpha.1 / FTMacOSSDK.podspec.json
blobb7f58d16ef33e974df3cf6e61ccd806c8b23342b
2   "name": "FTMacOSSDK",
3   "version": "1.0.0-alpha.1",
4   "summary": "观测云 macOS 数据采集 SDK",
5   "homepage": "https://github.com/GuanceCloud/datakit-macos",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "user_target_xcconfig": {
11     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
12   },
13   "authors": {
14     "hulilei": "hulilei@jiagouyun.com",
15     "BrandonZhang": "zhangbo@jiagouyun.com"
16   },
17   "platforms": {
18     "osx": "10.13"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/GuanceCloud/datakit-macos.git",
23     "tag": "1.0.0-alpha.1"
24   },
25   "default_subspecs": "SDKCore",
26   "subspecs": [
27     {
28       "name": "SDKCore",
29       "source_files": "FTMacOSSDK/SDKCore/**/*.{h,m}",
30       "dependencies": {
31         "FTMobileSDK/FTSDKCore": [
32           "1.4.2-alpha.2"
33         ]
34       }
35     }
36   ]