| { |
| "name": "TAPromotee", |
| "version": "0.3", |
| "summary": "Easy to use way to show a cross promotion to a iOS app", |
| "description": "TAPromotee is a pod that allows you to show a cross promotion to a iOS app just by supllying its App Store id. It automatically fetches the info about the app using the iTunes API and dislpays it in a interstitial where the user can install it.\n", |
| "homepage": "https://github.com/JanC/TAPromotee.git", |
| "license": "MIT", |
| "authors": { |
| "Jan Chaloupecky": "jan.chaloupecky@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/JanC/TAPromotee.git", |
| "tag": "0.3" |
| }, |
| "social_media_url": "https://twitter.com/TexTwil", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "resources": [ |
| "Pod/Assets/*.png", |
| "Pod/Assets/*.json" |
| ], |
| "public_header_files": "Pod/Classes/**/*.h" |
| } |