blob: 1d0e446323ee58e4708ed6bb846defe922eafdfb [file] [log] [blame]
{
"name": "SHTestLib",
"version": "1.0.2",
"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": "LICENSE"
},
"authors": {
"appier": "shiv.raj@appier.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/shiv-appier/shtest.git",
"tag": "v1.0.2"
},
"static_framework": true,
"libraries": "z",
"source_files": "Classes/**/*.{h, m, swift}",
"vendored_libraries": "Classes/**/*.a",
"frameworks": [
"AdSupport",
"CoreTelephony",
"SystemConfiguration",
"CoreLocation",
"ImageIO",
"MobileCoreServices"
],
"requires_arc": true
}