blob: 57a4108ad92fb3b7cc55b9ad20006c27e2fa78ac [file] [log] [blame]
{
"name": "AdhocSDKLite",
"version": "5.1.3",
"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": "xiaoxu@appadhoc.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AdhocXiaoxu/AdhocSDK-iOS-Lite.git",
"tag": "5.1.3"
},
"preserve_paths": "AdhocSDKLite.framework",
"vendored_frameworks": "AdhocSDKLite.framework",
"frameworks": [
"SystemConfiguration",
"Security",
"CFNetwork"
],
"libraries": [
"sqlite3",
"icucore"
],
"requires_arc": true
}