[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / 0 / VIMediaCache / 0.4 / VIMediaCache.podspec.json
blob41fa50af773a3cdad25416010dab8e03669900d2
2   "name": "VIMediaCache",
3   "version": "0.4",
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.4"
13   },
14   "platforms": {
15     "ios": "9.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