[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 0 / 6 / 1 / MetaDataFetcherKit / 0.4.0 / MetaDataFetcherKit.podspec.json
blobbfa91e55b69d2f7be5215b0092f220f7e81816e3
2   "name": "MetaDataFetcherKit",
3   "version": "0.4.0",
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.4.0"
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   }