blob: e9030ee30d4269df486801d94d1b1fcf6bd6d7e4 [file] [log] [blame]
{
"name": "iTVDb",
"version": "0.0.5",
"authors": {
"Kevin Tuhumury": "kevin.tuhumury@gmail.com"
},
"homepage": "https://github.com/kevintuhumury/itvdb",
"summary": "iTVDb provides a wrapper around the TVDB (http://thetvdb.com) XML API and can be used in iOS and OSX apps.",
"source": {
"git": "https://github.com/kevintuhumury/itvdb.git",
"tag": "0.0.5"
},
"source_files": "**/*.{h,m}",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"requires_arc": true
}