| { |
| "name": "VideoPlayerOne", |
| "version": "0.0.1", |
| "summary": "Irontec Video Player Plugin for Capacitor", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "homepage": "https://github.com/irontec/video-player-one.git", |
| "authors": "Irontec", |
| "source": { |
| "git": "https://github.com/irontec/video-player-one.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "ios/Plugin/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_version": "4.2", |
| "dependencies": { |
| "Capacitor": [ |
| "1.0.0-beta.19" |
| ] |
| } |
| } |