[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 1 / MetaDataFetcherKit / 0.3.1 / MetaDataFetcherKit.podspec.json
blob609eaa72b79ea2b3f105a7a12dc5908140edb728
2   "name": "MetaDataFetcherKit",
3   "version": "0.3.1",
4   "summary": "An ObjC library to fetch meta data for media content",
5   "homepage": "https://code.videolan.org/fkuehne/MetaDataFetcherKit",
6   "license": "LGPL v21",
7   "authors": {
8     "Felix Paul Kühne": "fkuehne@videolan.org"
9   },
10   "source": {
11     "git": "https://code.videolan.org/fkuehne/MetaDataFetcherKit.git",
12     "tag": "0.3.1"
13   },
14   "social_media_url": "https://twitter.com/feepk",
15   "platforms": {
16     "tvos": "9.0",
17     "ios": "9.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "AFNetworking": [
26       "3.1.0"
27     ],
28     "OROpenSubtitleDownloader": [
30     ]
31   }