[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 9 / JLTMDbClient / 0.2.0 / JLTMDbClient.podspec.json
bloba18b9325a957e70ab3d407bd9c3782b8b552fb16
2   "name": "JLTMDbClient",
3   "version": "0.2.0",
4   "summary": "JLTMDbClient is an iOS wrapper on top of AFNetworking to interact with www.themoviedb.org API",
5   "homepage": "https://github.com/JaviLorbada/JLTMDbClient",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "JaviLorbada": "javugi@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/JaviLorbada/JLTMDbClient.git",
18     "tag": "0.2.0"
19   },
20   "source_files": [
21     "JLTMDbClient",
22     "JLTMDbClient/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.0"
28     ]
29   }