[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 0 / 7 / MLAVPlayer / 1.0.3 / MLAVPlayer.podspec.json
blobfb8c8575549d09e21c92c1f69f68f399c364852e
2   "name": "MLAVPlayer",
3   "version": "1.0.3",
4   "summary": "Encapsulate AVPlayer",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "description": "MLAVPlayer for Video & Audio Play Interface",
9   "homepage": "https://github.com/MichaelLedger/MLAVPlayer",
10   "license": "MIT",
11   "authors": {
12     "MichaelLedger": "MichaelLedger@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MichaelLedger/MLAVPlayer.git",
16     "tag": "1.0.3"
17   },
18   "source_files": "MLAVPlayer/**/*.{h,m}",
19   "resources": [
20     "MLAVPlayer/MLAVPlayer.xib",
21     "MLAVPlayer/MLAVPlayer.bundle"
22   ],
23   "ios": {
24     "frameworks": [
25       "AVFoundation",
26       "MediaPlayer"
27     ]
28   },
29   "requires_arc": true