blob: 2c5faa5f926c3da9c0e8dada12b9c859c7389fe6 [file] [log] [blame]
{
"name": "SensorsAnalyticsSDK",
"version": "1.5.1",
"summary": "The offical iOS SDK of Sensors Analytics.",
"homepage": "http://www.sensorsdata.cn",
"source": {
"git": "https://github.com/sensorsdata/sa-sdk-ios.git",
"tag": "v1.5.1"
},
"license": {
"type": "Apache License, Version 2.0"
},
"authors": {
"Yuhan ZOU": "zouyuhan@sensorsdata.cn"
},
"source_files": [
"SensorsAnalyticsSDK/SensorsAnalyticsSDK",
"SensorsAnalyticsSDK/SensorsAnalyticsSDK/*.{h,m}"
],
"public_header_files": "SensorsAnalyticsSDK/SensorsAnalyticsSDK/SensorsAnalyticsSDK.h",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"icucore",
"sqlite3",
"z"
],
"platforms": {
"ios": "6.0"
}
}