[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / 7 / 9 / KMMTMDBAPIClient / 1.2 / KMMTMDBAPIClient.podspec.json
blob2fd879a40846ab644a2df57ab9c2dc744820191b
2   "name": "KMMTMDBAPIClient",
3   "version": "1.2",
4   "summary": "A TMDB API client",
5   "description": "                        A client to interact with the TMDB API and perform queries.\n",
6   "homepage": "https://github.com/kerrmarin/KMMTMDBAPIClient",
7   "license": "MIT",
8   "authors": {
9     "Kerr Marin Miller": "kerr@kerrmarin.com"
10   },
11   "source": {
12     "git": "https://github.com/kerrmarin/KMMTMDBAPIClient.git",
13     "tag": "1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "KMMTMDBAPIClient": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.5"
28     ]
29   }