[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 9 / JLTMDbClient / 0.3.0 / JLTMDbClient.podspec.json
blobd72afe50a04ebe524ebb7646e4961299be8ec850
2   "name": "JLTMDbClient",
3   "version": "0.3.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   "screenshots": [
7     "https://dl.dropboxusercontent.com/u/27371680/Images/Github/JLTMDbClient/MovieList.png",
8     "https://dl.dropboxusercontent.com/u/27371680/Images/Github/JLTMDbClient/MovieDetail.png"
9   ],
10   "license": "MIT",
11   "authors": {
12     "JaviLorbada": "javugi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JaviLorbada/JLTMDbClient.git",
16     "tag": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/Javi_Lorbada",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "JLTMDbClient",
25     "JLTMDbClient/**/*.{h,m}"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.3"
30     ]
31   }