| { |
| "name": "LHTMDbClient", |
| "version": "0.1", |
| "summary": "LHTMDbClient is an iOS wrapper on top of AFNetworking to interact with themoviedb.org API.", |
| "homepage": "https://github.com/HerbstLukas/LHTMDbClient", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Lukas Herbst": "lukas.herbst@me.com" |
| }, |
| "social_media_url": "http://twitter.com/HerbstLukas", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/HerbstLukas/LHTMDbClient.git", |
| "tag": "0.1" |
| }, |
| "source_files": "LHTMDbClient/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.0" |
| ] |
| } |
| } |