[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 6 / 8 / c / APLVideoPlayerView / 0.0.3 / APLVideoPlayerView.podspec.json
blobe019f5d1a5a00c117e00de6ad492253af5a1fba9
2   "name": "APLVideoPlayerView",
3   "version": "0.0.3",
4   "summary": "APLVideoPlayerView is a simple way to integrate a video player.",
5   "description": "APLVideoPlayerView is a UIView that uses AV video player and enables easy use of\na video player view in your iOS app. It can be used fullscreen or placed in a \ncontainer view.",
6   "homepage": "https://github.com/apploft/APLVideoPlayerView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christine Pühringer": "christine.puehringer@apploft.de"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLVideoPlayerView.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true