blob: 2fd879a40846ab644a2df57ab9c2dc744820191b [file] [log] [blame]
{
"name": "KMMTMDBAPIClient",
"version": "1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"KMMTMDBAPIClient": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}