blob: 226f8fa7d7d53a5e1930944cd4dd8cfd2ea85fbc [file] [log] [blame]
{
"name": "AIRexLib",
"version": "2.1.6",
"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": {
"type": "MIT",
"file": "Classes/LICENSE"
},
"authors": {
"appier": "rex.chen@appier.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chunta/HeyRexLib.git",
"tag": "v2.1.6"
},
"default_subspecs": "ios-sdk",
"requires_arc": true,
"static_framework": true,
"subspecs": [
{
"name": "ios-sdk",
"libraries": "z",
"ios": {
"vendored_frameworks": "Appier.framework"
},
"frameworks": [
"AdSupport",
"CoreTelephony",
"SystemConfiguration",
"CoreLocation",
"ImageIO",
"MobileCoreServices"
]
}
]
}