blob: 3a3caca3ddf9495c878cfd74be6f9a86bdad24de [file] [log] [blame]
{
"name": "AncientLib",
"version": "0.7.5",
"summary": "iOS Sdk helps you to track user events in your app and display notifications",
"homepage": "https://www.appier.com/en/index.html",
"documentation_url": "https://docs.aiqua.appier.com/docs",
"license": "MIT",
"authors": {
"appier": "rex.chen@appier.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/chunta/HeyRexLib.git",
"tag": "0.7.5"
},
"default_subspecs": "ios-sdk",
"requires_arc": true,
"subspecs": [
{
"name": "ios-sdk",
"libraries": "z",
"source_files": [
"QGSdk.h",
"AIQP.h",
"QGWKWebView.h",
"QGInbox.h",
"AIQP+ReactNative.h"
],
"vendored_libraries": "libQGSdk.a",
"frameworks": [
"AdSupport",
"CoreTelephony",
"SystemConfiguration",
"CoreLocation",
"ImageIO",
"MobileCoreServices"
]
}
]
}