[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 8 / c / GUIPlayerView / 0.0.1 / GUIPlayerView.podspec.json
blobcc79f5e56dd06b7aa0b249cab7564fa966e46ab6
2   "name": "GUIPlayerView",
3   "version": "0.0.1",
4   "summary": "GUIPlayerView is a simple video player embedded into a UIView.",
5   "description": "                   GUIPlayerView implements a simple video player using AVPlayer.\n\n                   To use it, you must create a GUIPlayerView object and add it as a subview to your desired view.\n                   Then set the property `videoURL` and call `prepareAndPlayAutomatically:`.\n\n                   If you decide not to play automatically, you can leave for the user to press Play, or you can do it programmatically by calling `play`.\n\n                   Once you're done playing the video, you may want to remove it from your view. To do so, just call the method `clean` and everything will be released, and the player view will be removed from its superview.\n\n                   There are several optional delegate methods you can use:\n\n                   * `- (void)playerDidPause;`\n                   * `- (void)playerDidResume;`\n                   * `- (void)playerDidEndPlaying;`\n                   * `- (void)playerWillEnterFullscreen;`\n                   * `- (void)playerDidEnterFullscreen;`\n                   * `- (void)playerWillLeaveFullscreen;`\n                   * `- (void)playerDidLeaveFullscreen;`\n                   * `- (void)playerFailedToPlayToEnd;`\n                   * `- (void)playerStalled;`\n",
6   "homepage": "https://github.com/guilhermearaujo/GUIPlayerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guilherme Araújo": "guilhermeama@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/guilhermearaujo/GUIPlayerView.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "GUIPlayerView/Classes",
23     "GUIPlayerView/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "GUIPlayerView/Classes/Exclude",
26   "resources": "GUIPlayerView/Resources/*.png",
27   "frameworks": "AVFoundation",
28   "requires_arc": true