[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / c / 0 / VIMediaCache / 0.1 / VIMediaCache.podspec.json
blobff9c74503d08bc31f06bdf53ca45cd7298e65d7e
2   "name": "VIMediaCache",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "VIMediaCache is a tool to cache media file while play media using AVPlayer",
6   "homepage": "https://github.com/vitoziv/VIMediaCache",
7   "authors": {
8     "Vito": "vvitozhang@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/vitoziv/VIMediaCache.git",
12     "tag": "0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": [
18     "VIMediaCache/*.{h,m}",
19     "VIMediaCache/**/*.{h,m}"
20   ],
21   "frameworks": [
22     "MobileCoreServices",
23     "AVFoundation"
24   ],
25   "requires_arc": true