blob: dbd641c3945e9139e488094de124d7aa6538cc25 [file] [log] [blame]
{
"name": "YouTubePlayer",
"version": "0.7.2",
"summary": "Swift library for embedding and controlling YouTube videos in your iOS applications",
"homepage": "https://github.com/gilesvangruisen/Swift-YouTube-Player",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Giles Van Gruisen": "giles@vangruisen.com"
},
"social_media_url": "http://twitter.com/gilesvangruisen",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/gilesvangruisen/Swift-YouTube-Player.git",
"tag": "v0.7.2"
},
"source_files": "YouTubePlayer/**/*.{swift,h,m}",
"exclude_files": "Classes/Exclude",
"resources": "YouTubePlayer/**/*.html",
"swift_version": "5.0"
}