blob: d80fb28ec968fcc6f4be38556f0db76a2a5c4de8 [file] [log] [blame]
{
"name": "ReYunTracking",
"version": "1.0.2",
"summary": "ReYun Tracking SDK",
"homepage": "https://github.com/ReYunTracking/Tracking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"feiyang": "3196817369@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ReYunTracking/Tracking.git",
"tag": "1.0.2"
},
"source_files": "Tracking/*.h",
"preserve_paths": "Tracking/*.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/ReYunTracking/Tracking/**\""
},
"frameworks": [
"SystemConfiguration",
"AdSupport",
"CoreTelephony",
"Security",
"CoreMotion"
],
"libraries": [
"sqlite3",
"ReYunTracking"
]
}