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