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