[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / 6 / 2 / yangAlitics / 1.0.0 / yangAlitics.podspec.json
blob016fc0a8ffa50eb024f77b25ce2d10dab6ea3ed1
2   "name": "yangAlitics",
3   "version": "1.0.0",
4   "summary": "数据采集sdk",
5   "description": "数据采集sdk,用于上传你的app数据",
6   "homepage": "https://github.com/121558/yangAlitics.git",
7   "license": "MIT",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "authors": {
12     "newGues": "mengyang"
13   },
14   "source": {
15     "git": "https://github.com/121558/yangAlitics.git",
16     "tag": "1.0.0"
17   },
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "lib/*.h",
22       "public_header_files": "lib/*.h",
23       "vendored_libraries": "lib/*.a",
24       "frameworks": [
25         "CFNetwork",
26         "SystemConfiguration",
27         "Security",
28         "CoreLocation"
29       ],
30       "ios": {
31         "libraries": [
32           "c++",
33           "stdc++",
34           "z"
35         ]
36       },
37       "xcconfig": {
38         "OTHER_LDFLAGS": "-ObjC"
39       }
40     }
41   ]