[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 8 / f / PodFrameworkTest / 0.0.4 / PodFrameworkTest.podspec.json
blob7816829f5ed71d01f8010c3259d8d6ca36f6d447
2   "name": "PodFrameworkTest",
3   "version": "0.0.4",
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.0.4"
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   "resources": [
35     "SensorsAnalyticsSDK/*.json"
36   ],
37   "subspecs": [
38     {
39       "name": "core",
40       "source_files": [
41         "SensorsAnalyticsSDK",
42         "SensorsAnalyticsSDK/*.{h,m}"
43       ],
44       "public_header_files": "SensorsAnalyticsSDK/SensorsAnalyticsSDK.h"
45     }
46   ]