blob: 5826e7fc5fbb16a7486ba8b94fe6b7e3724137f5 [file] [log] [blame]
{
"name": "AdhocSDK",
"version": "5.2.0",
"summary": "Official AdhocSDK for iOS.",
"description": "The Adhoc static lib for iOS makes it easy for A/B test.",
"homepage": "https://www.appadhoc.com/",
"license": {
"type": "Commercial",
"text": "See https://www.appadhoc.com/clause.html"
},
"authors": {
"Adhoc": "info@appadhoc.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AppAdhoc/AdhocSDK-iOS.git",
"tag": "5.2.0"
},
"preserve_paths": "AdhocSDK.framework",
"vendored_frameworks": "AdhocSDK.framework",
"frameworks": [
"SystemConfiguration",
"Security",
"CFNetwork",
"CoreTelephony",
"AdSupport",
"AVFoundation"
],
"libraries": [
"sqlite3",
"icucore"
],
"requires_arc": true
}