blob: 3dd0c09f9b3ee5e19ac002eb94c52e18652290c6 [file] [log] [blame]
{
"name": "LRTVDBAPIClient",
"version": "0.1",
"license": "MIT",
"summary": "Objective-C wrapper for TheTVDB.",
"homepage": "https://github.com/luisrecuenco/LRTVDBAPIClient.git",
"authors": {
"Luis Recuenco": "luisrecuenco@gmail.com"
},
"source": {
"git": "https://github.com/luisrecuenco/LRTVDBAPIClient.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.1"
},
"source_files": [
"LRTVDBAPIClient",
"LRTVDBAPIClient/Categories",
"LRTVDBAPIClient/Model",
"LRTVDBAPIClient/Parser",
"LRTVDBAPIClient/PersistenceManager"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"TBXML": [
],
"zipzap": [
]
}
}