| { |
| "name": "KMMTMDBAPIClient", |
| "version": "1.4.1", |
| "summary": "A TMDB API client", |
| "description": " A client to interact with the TMDB API and perform queries.\n", |
| "homepage": "https://github.com/kerrmarin/KMMTMDBAPIClient", |
| "license": "MIT", |
| "authors": { |
| "Kerr Marin Miller": "kerr@kerrmarin.com" |
| }, |
| "source": { |
| "git": "https://github.com/kerrmarin/KMMTMDBAPIClient.git", |
| "tag": "1.4.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "resource_bundles": { |
| "KMMTMDBAPIClient": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.5" |
| ] |
| } |
| } |