[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 7 / 8 / f / PodFrameworkTest / 0.1.0 / PodFrameworkTest.podspec.json
blob405dc8c97a9de4e7e70fc22712ceaa01a2fbd4fb
2   "name": "PodFrameworkTest",
3   "version": "0.1.0",
4   "summary": "The offical iOS SDK of Sensors Analytics.",
5   "homepage": "https://github.com/Zuoweixiang/PodFrameworkTest/blob/master/README.md",
6   "source": {
7     "git": "https://github.com/Zuoweixiang/PodFrameworkTest.git",
8     "tag": "0.1.0"
9   },
10   "license": {
11     "type": "Apache License, Version 2.0"
12   },
13   "authors": {
14     "Zuoweixiang": "xiangzuowei@sensorsdata.cn"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": "core",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "SystemConfiguration",
24     "CoreTelephony",
25     "CoreGraphics",
26     "QuartzCore"
27   ],
28   "libraries": [
29     "icucore",
30     "sqlite3",
31     "z"
32   ],
33   "requires_arc": true,
34   "resource_bundles": {
35     "ResBundle": [
36       "SensorsAnalyticsSDK/*.json"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "core",
42       "source_files": [
43         "SensorsAnalyticsSDK",
44         "SensorsAnalyticsSDK/*.{h,m}"
45       ],
46       "public_header_files": [
47         "SensorsAnalyticsSDK/SensorsAnalyticsSDK.h",
48         "SensorsAnalyticsSDK/SAAppExtensionDataManager.h"
49       ]
50     }
51   ]