blob: 6811a64a4a7477019fe5f84143aca03c216fc89b [file] [log] [blame]
{
"name": "GSPlayer",
"version": "0.1.0",
"summary": "Swift, video player, based on AVPlayer.",
"homepage": "https://github.com/wxxsw/GSPlayer",
"license": "MIT",
"authors": {
"Ge Sen": "wxxsw2@gmail.com"
},
"source": {
"git": "https://github.com/wxxsw/GSPlayer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GSPlayer": [
"Pod/Assets/*.png"
]
}
}