blob: 609eaa72b79ea2b3f105a7a12dc5908140edb728 [file] [log] [blame]
{
"name": "MetaDataFetcherKit",
"version": "0.3.1",
"summary": "An ObjC library to fetch meta data for media content",
"homepage": "https://code.videolan.org/fkuehne/MetaDataFetcherKit",
"license": "LGPL v21",
"authors": {
"Felix Paul Kühne": "fkuehne@videolan.org"
},
"source": {
"git": "https://code.videolan.org/fkuehne/MetaDataFetcherKit.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/feepk",
"platforms": {
"tvos": "9.0",
"ios": "9.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"3.1.0"
],
"OROpenSubtitleDownloader": [
]
}
}