blob: 9c2c3ecfc8d1ad4cef0adaa52b58061639ca625d [file] [log] [blame]
{
"name": "AncientLib",
"version": "1.0.1",
"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": "10.0"
},
"source": {
"git": "https://github.com/chunta/HeyRexLib.git",
"tag": "v1.0.1"
},
"default_subspecs": "ios-sdk",
"requires_arc": true,
"static_framework": true,
"subspecs": [
{
"name": "ios-sdk",
"libraries": "z",
"source_files": "Classes/**/*",
"vendored_libraries": "Classes/*.a",
"frameworks": [
"AdSupport",
"CoreTelephony",
"SystemConfiguration",
"CoreLocation",
"ImageIO",
"MobileCoreServices"
]
}
]
}