[Add] GeovisEarthKit 1.0.1
[CocoaPods.git] / Specs / 7 / 6 / 0 / MCSensorsAnalyticsTest / 4.0.3 / MCSensorsAnalyticsTest.podspec.json
blobc257e92dac83dbc36d2d0a696927275d2957f575
2   "name": "MCSensorsAnalyticsTest",
3   "version": "4.0.3",
4   "summary": "The official iOS SDK of Sensors Analytics.",
5   "homepage": "http://www.sensorsdata.cn",
6   "source": {
7     "git": "https://github.com/minchaozhang/sa-sdk-ios.git",
8     "tag": "v4.0.3"
9   },
10   "license": {
11     "type": "Apache License, Version 2.0"
12   },
13   "authors": {
14     "MC": "zhangminchao@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     "CoreLocation",
28     "CoreMotion"
29   ],
30   "libraries": [
31     "icucore",
32     "sqlite3",
33     "z"
34   ],
35   "subspecs": [
36     {
37       "name": "core",
38       "source_files": "SensorsAnalyticsSDK/**/*.{h,m}",
39       "public_header_files": [
40         "SensorsAnalyticsSDK/SensorsAnalyticsSDK.h",
41         "SensorsAnalyticsSDK/SAAppExtensionDataManager.h",
42         "SensorsAnalyticsSDK/SASecurityPolicy.h",
43         "SensorsAnalyticsSDK/SAConfigOptions.h",
44         "SensorsAnalyticsSDK/SAConstants.h"
45       ],
46       "resources": "SensorsAnalyticsSDK/SensorsAnalyticsSDK.bundle"
47     }
48   ]