blob: 30e8b87f86508eba8edaaf32c0469cd9bd97db06 [file] [log] [blame]
{
"name": "UYunSDK",
"version": "1.0.1",
"summary": "UYUN mobile SDK",
"description": "A framework used to monitor APP performance (UI Activity, Netowrking)...",
"homepage": "https://www.uyun.cn",
"license": {
"type": "Copyright © 2015-2016",
"text": "杭州优云软件有限公司"
},
"authors": "UYUN",
"social_media_url": "https://www.uyun.cn/",
"platforms": {
"ios": "5.6"
},
"source": {
"http": "https://mobile.uyun.cn/agent/UYUN_Ios_Agent.zip"
},
"source_files": "**/*.h",
"preserve_paths": "**/UYunSDK.framework",
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"UYunSDK"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/UYunSDK/**\""
}
}