| { |
| "name": "GPVideoPlayer", |
| "version": "1.0.2", |
| "summary": "A video player with custom playback controls", |
| "description": "A video player with custom playback controls", |
| "homepage": "https://github.com/pgpt10/GPVideoPlayer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "authors": { |
| "Payal Gupta": "p.gpt10@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/pgpt10/GPVideoPlayer.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": "GPVideoPlayer/Classes/**/*", |
| "resource_bundles": { |
| "GPVideoPlayer": [ |
| "GPVideoPlayer/Assets/*.xcassets" |
| ] |
| } |
| } |