blob: 95763ad675b7dc361ea942f076f8537f7d9e854f [file] [log] [blame]
{
"name": "AdhocSDK",
"version": "4.0.1",
"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": "4.0.1"
},
"preserve_paths": "AdhocSDK.framework",
"vendored_frameworks": "AdhocSDK.framework",
"frameworks": [
"SystemConfiguration",
"Security"
],
"libraries": [
"sqlite3",
"icucore"
],
"requires_arc": true
}