[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 7 / 8 / f / PodFrameworkTest / 0.0.2 / PodFrameworkTest.podspec.json
blobc5583f2aa08d4edb937dd1a5d415c6e730a7b4b2
2   "name": "PodFrameworkTest",
3   "version": "0.0.2",
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.2"
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   "subspecs": [
35     {
36       "name": "core",
37       "source_files": [
38         "SensorsAnalyticsSDK",
39         "SensorsAnalyticsSDK/*.{h,m}"
40       ],
41       "public_header_files": "SensorsAnalyticsSDK/SensorsAnalyticsSDK.h"
42     }
43   ]