| { |
| "name": "SHTestLib", |
| "version": "1.0.9", |
| "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": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/shiv-appier/shtest.git", |
| "tag": "v1.0.9" |
| }, |
| "default_subspecs": "ios-sdk", |
| "static_framework": true, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "ios-sdk", |
| "source_files": "Classes/**/*", |
| "vendored_libraries": "Classes/**/*.a" |
| } |
| ] |
| } |