blob: d72afe50a04ebe524ebb7646e4961299be8ec850 [file] [log] [blame]
{
"name": "JLTMDbClient",
"version": "0.3.0",
"summary": "JLTMDbClient is an iOS wrapper on top of AFNetworking to interact with www.themoviedb.org API",
"homepage": "https://github.com/JaviLorbada/JLTMDbClient",
"screenshots": [
"https://dl.dropboxusercontent.com/u/27371680/Images/Github/JLTMDbClient/MovieList.png",
"https://dl.dropboxusercontent.com/u/27371680/Images/Github/JLTMDbClient/MovieDetail.png"
],
"license": "MIT",
"authors": {
"JaviLorbada": "javugi@gmail.com"
},
"source": {
"git": "https://github.com/JaviLorbada/JLTMDbClient.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/Javi_Lorbada",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"JLTMDbClient",
"JLTMDbClient/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}