blob: d530f2c91d9df0fc915dd07d534da42101882697 [file] [log] [blame]
{
"name": "OROpenSubtitleDownloader",
"version": "1.0.0",
"social_media_url": "https://twitter.com/orta",
"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": "1.0.0"
},
"source_files": "OROpenSubtitleDownloader.{h,m}",
"libraries": "z",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
],
"xmlrpc": [
]
}
}