blob: d62f6131c1444b6cd78987f82a9a5e04bf4e5a77 [file] [log] [blame]
{
"name": "OROpenSubtitleDownloader",
"version": "0.1",
"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.1"
},
"source_files": "OROpenSubtitleDownloader.{h,m}",
"libraries": "z",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"dependencies": {
"AFNetworking": [
],
"xmlrpc": [
]
}
}