blob: f22bf5d871ac7175b0d3289127215f74e5f1708f [file] [log] [blame]
{
"name": "DYBDSDK",
"version": "1.0.1",
"summary": "The dengyun iOS analytics.",
"homepage": "http://git.idengyun.com/iOSTeam/DYBDSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"diandian": "wushenchao@idengyun.com"
},
"source": {
"git": "http://git.idengyun.com/iOSTeam/DYBDSDK.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "core",
"libraries": [
"icucore",
"sqlite3",
"z"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics",
"QuartzCore",
"CoreLocation",
"CoreMotion"
],
"subspecs": [
{
"name": "core",
"source_files": [
"DYBDSDK/*.{h,m}",
"DYBDSDK/AutoTrack/*.{h,m}",
"DYBDSDK/Category/*.{h,m}",
"DYBDSDK/Network/*.{h,m}",
"DYBDSDK/ObjSerializer/*.{h,m}",
"DYBDSDK/Private/*.{h,m}",
"DYBDSDK/Visualized/*.{h,m}"
],
"public_header_files": [
"DYBDSDK/DYBDSDK.h",
"DYBDSDK/DYCommonObj.h",
"DYBDSDK/DYDataManager.h",
"DYBDSDK/DYDataManagerConfig.h",
"DYBDSDK/Network/DYNetWork.h",
"DYBDSDK/DYUserAttribute.h",
"DYBDSDK/Network/DYSecurityPolicy.h"
],
"resources": "DYBDSDK/Resources/DYBDSDK.bundle"
}
]
}