blob: 2bba6e16b27e5140c506cb8c5a9bd3f2a582ddba [file] [log] [blame]
{
"name": "RezLib",
"version": "0.1.0",
"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": {
"rez": "hi.chuntachen@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chunta/RezLib.git",
"tag": "v0.1.0"
},
"default_subspecs": "ios-sdk",
"requires_arc": true,
"static_framework": true,
"subspecs": [
{
"name": "ios-sdk",
"libraries": "z",
"source_files": "RezLib/RezLib/Classes/**/*.{h, m, swift}",
"vendored_libraries": "RezLib/RezLib/Classes/**/*.a",
"frameworks": [
"AdSupport",
"CoreTelephony",
"SystemConfiguration",
"CoreLocation",
"ImageIO",
"MobileCoreServices"
]
}
]
}