blob: 073d3c41743e1a37f5a3f635e5c4fa0adf4a0f74 [file] [log] [blame]
{
"name": "LHTMDbClient",
"version": "0.1",
"summary": "LHTMDbClient is an iOS wrapper on top of AFNetworking to interact with themoviedb.org API.",
"homepage": "https://github.com/HerbstLukas/LHTMDbClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lukas Herbst": "lukas.herbst@me.com"
},
"social_media_url": "http://twitter.com/HerbstLukas",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/HerbstLukas/LHTMDbClient.git",
"tag": "0.1"
},
"source_files": "LHTMDbClient/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}