blob: 9c4cbdd7a6a38654518c58cda89e511e763ab0bd [file] [log] [blame]
{
"name": "OROpenSubtitleDownloader",
"version": "0.2",
"summary": "An Obj-C API for Searching and Downloading Subtitles from OpenSubtitles.",
"homepage": "https://github.com/orta/OROpenSubtitleDownloader",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"orta": "orta.therox@gmail.com"
},
"source": {
"git": "https://github.com/orta/OROpenSubtitleDownloader.git",
"tag": "0.2"
},
"source_files": "OROpenSubtitleDownloader.{h,m}",
"libraries": "z",
"requires_arc": true,
"platforms": {
"ios": "4.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
],
"xmlrpc": [
]
}
}