[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 5 / 8 / c / CustomAVPlayer / 1.0.0 / CustomAVPlayer.podspec.json
blobf6a381f8a7636b7010a9b45cdce5c85d73c5b81a
2   "name": "CustomAVPlayer",
3   "version": "1.0.0",
4   "summary": "A customizable AVPlayer.",
5   "description": "A framework which can be used to customize all the controls of AVPlayer directly from Storyboard.",
6   "homepage": "https://github.com/Vikram-Chicmic/ios-video-player.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vikram Kumar": "vikram.kumar@chicmic.co.in"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/Vikram-Chicmic/ios-video-player.git",
19     "branch": "feature/reel-functions"
20   },
21   "source_files": "CustomAVPlayer/**/*.{swift,h}",
22   "exclude_files": "VideoPlayer/CustomAVPlayer/CustomAVPlayerTests",
23   "resource_bundles": {
24     "CustomAVPlayer": [
25       "CustomAVPlayer/Cell/*.xib",
26       "CustomAVPlayer/Views/*.xib"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "AVFoundation"
32   ],
33   "swift_versions": "5.0",
34   "swift_version": "5.0"