[Add] Shakuro.BroadcastAsyncStream 1.0.2
[CocoaPods.git] / Specs / c / 9 / b / EZPlayer / 1.1.0 / EZPlayer.podspec.json
blobf0425847f8ccfd7f14c96955d2ae1ee0308a0cd7
2   "name": "EZPlayer",
3   "version": "1.1.0",
4   "summary": "Player base on AVPlayer",
5   "swift_versions": [
6     "5.0"
7   ],
8   "homepage": "https://github.com/easyui/EZPlayer",
9   "license": "MIT",
10   "authors": {
11     "yangjun": "gzhuyangjun@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/easyui/EZPlayer.git",
18     "tag": "1.1.0"
19   },
20   "source_files": "EZPlayer/*",
21   "exclude_files": [
22     "EZPlayerExample/*",
23     "EZPlayerExample_RN/*",
24     "EZPlayer/*.plist"
25   ],
26   "resources": "EZPlayer/EZPlayer.xcassets",
27   "frameworks": [
28     "AVKit",
29     "UIKit",
30     "Foundation",
31     "AVFoundation",
32     "MediaPlayer"
33   ],
34   "requires_arc": true,
35   "swift_version": "5.0"