blob: 1e7c7ef8b47a5ac6b09cc98bb90747f39a75a1b9 [file] [log] [blame]
{
"name": "Player",
"version": "0.12.0",
"license": "MIT",
"summary": "video player in Swift, simple way to play and stream media in your iOS or tvOS app",
"homepage": "https://github.com/piemonte/player",
"social_media_url": "http://twitter.com/piemonte",
"authors": {
"patrick piemonte": "patrick.piemonte@gmail.com"
},
"source": {
"git": "https://github.com/piemonte/player.git",
"tag": "0.12.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "4.2"
}