[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / e / d / JLVideoView / 0.1.0 / JLVideoView.podspec.json
blob0e8e4972a1d7ba82b4af97c5e74813cdea98f16e
2   "name": "JLVideoView",
3   "version": "0.1.0",
4   "summary": "A video playable view based on AVPlayer, not MPMoviePlayerController.",
5   "description": "A video playable view based on AVPlayer which is lower level than MPMoviePlayerController based player, so it is allowed to control more, such as playing multiple videos at same time.",
6   "homepage": "https://github.com/buhikon/JLVideoView",
7   "license": "MIT",
8   "authors": {
9     "Joey L.": "slarinz@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/buhikon/JLVideoView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "JLVideoView/Classes/**/*",
19   "resource_bundles": {
20     "JLVideoView": [
21       "JLVideoView/Assets/*.png"
22     ]
23   }