blob: a1374fad32aacf12bd73b1c45d8e981cfccb1abb [file] [log] [blame]
{
"name": "ReYunTrackingIO",
"version": "1.7.1.1",
"summary": "Official ReYun Tracking SDK for iOS",
"homepage": "https://www.reyun.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"feiyang": "3196817369@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/reyun-ios/tracking.git",
"tag": "1.7.1.1"
},
"source_files": "Tracking/*.{h,a}",
"ios": {
"vendored_libraries": "Tracking/*.a"
},
"static_framework": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TrackingSDK/Tracking/**\""
},
"frameworks": [
"SystemConfiguration",
"AdSupport",
"CoreTelephony",
"Security",
"CoreMotion",
"iAd",
"AVFoundation"
],
"libraries": [
"sqlite3",
"ReYunTracking",
"z"
]
}