blob: 92d617c5373b78ddc60aab44039d469fd5b624c0 [file] [log] [blame]
{
"name": "AdhocSDK",
"version": "3.1.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": "7.0"
},
"source": {
"git": "https://github.com/AppAdhoc/AdhocSDK-iOS.git",
"tag": "3.1.1"
},
"preserve_paths": "AdhocSDK.framework",
"vendored_frameworks": "AdhocSDK.framework",
"frameworks": [
"SystemConfiguration",
"Security"
],
"libraries": [
"sqlite3",
"icucore"
],
"requires_arc": true
}