blob: c5583f2aa08d4edb937dd1a5d415c6e730a7b4b2 [file] [log] [blame]
{
"name": "PodFrameworkTest",
"version": "0.0.2",
"summary": "The offical iOS SDK of Sensors Analytics.",
"homepage": "https://github.com/Zuoweixiang/PodFrameworkTest/blob/master/README.md",
"source": {
"git": "https://github.com/Zuoweixiang/PodFrameworkTest.git",
"tag": "0.0.2"
},
"license": {
"type": "Apache License, Version 2.0"
},
"authors": {
"Zuoweixiang": "xiangzuowei@sensorsdata.cn"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "core",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"icucore",
"sqlite3",
"z"
],
"requires_arc": true,
"subspecs": [
{
"name": "core",
"source_files": [
"SensorsAnalyticsSDK",
"SensorsAnalyticsSDK/*.{h,m}"
],
"public_header_files": "SensorsAnalyticsSDK/SensorsAnalyticsSDK.h"
}
]
}