blob: 4341ecc920ec37003bb224b2f16460f0deb74ede [file] [log] [blame]
{
"name": "ThinkingSDK",
"version": "0.1.16",
"summary": "Official ThinkingData SDK for iOS.",
"homepage": "http://10.27.249.150:8888/sunyujuan/frameworkpodspace.git",
"license": "Apache License, Version 2.0",
"authors": {
"ThinkingData, Inc": "sunyujuan@thinkingdata.cn"
},
"source": {
"git": "http://10.27.249.150:8888/sunyujuan/frameworkpodspace.git",
"tag": "v0.1.16"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics",
"Security"
],
"libraries": [
"sqlite3",
"z"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"ThinkingSDK/Source/*.{m,h}",
"ThinkingSDK/Source/autotrack/*.{m,h}",
"ThinkingSDK/Source/CalibratedTime/*.{c,m,h}"
],
"public_header_files": [
"ThinkingSDK/Source/ThinkingAnalyticsSDK.h",
"ThinkingSDK/Source/ThinkingSDK.h"
],
"resources": [
"ThinkingSDK/TDAnalyticsSDK.bundle"
]
}
]
}