[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / e / 3 / GrowingIO / 0.9.27 / GrowingIO.podspec.json
blob459def0216fa4eedafd9bc2364f7d64dbf459571
2   "name": "GrowingIO",
3   "version": "0.9.27",
4   "summary": "GrowingIO SDK",
5   "description": "This Pod contains GrowingIO SDK. For more informations, please read http://help.growingio.com/ (in Chinese).",
6   "homepage": "https://github.com/growingio/growingio-pods.git/",
7   "license": "MIT",
8   "authors": {
9     "Hao Che": "chehao@growingio.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/growingio/growingio-pods.git",
16     "tag": "0.9.27"
17   },
18   "source_files": [
19     "GrowingIO",
20     "GrowingIO/*.h"
21   ],
22   "preserve_paths": "GrowingIO/*.a",
23   "public_header_files": "GrowingIO/*.h",
24   "frameworks": [
25     "Foundation",
26     "Security",
27     "CoreTelephony",
28     "SystemConfiguration"
29   ],
30   "libraries": [
31     "icucore",
32     "sqlite3"
33   ],
34   "vendored_libraries": "GrowingIO/libGrowing.a",
35   "requires_arc": true,
36   "pod_target_xcconfig": {
37     "OTHER_LDFLAGS": "-lObjC"
38   }