| { | |
| "name": "AdtradeAPI", | |
| "version": "1.1.0", | |
| "summary": "Wrapper for Adtrade API.", | |
| "homepage": "https://github.com/adtrade/adtrade-ios-api", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.txt" | |
| }, | |
| "authors": { | |
| "williamlocke": "williamlocke@me.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/adtrade/adtrade-ios-api.git", | |
| "tag": "1.1.0" | |
| }, | |
| "dependencies": { | |
| "ATNetworking": [ | |
| ] | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "Classes/**/*.[h,m]", | |
| "frameworks": "AdSupport", | |
| "requires_arc": true | |
| } |