[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 8 / c / CustomAVPlayer / 1.1.0 / CustomAVPlayer.podspec.json
blob82e965760758606c7e2b2b178ca2c679a69145ed
2   "name": "CustomAVPlayer",
3   "version": "1.1.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   "swift_versions": "5.0",
30   "swift_version": "5.0"