blob: 496533db1f79d9d4ca7a7db0bf81b2b15bf9adbe [file] [log] [blame]
{
"name": "MovizoPlayer",
"version": "1.0.2",
"summary": "iOS Video Player SDK for MOVIZO Service.",
"description": "You can easily create a video player to play the video of MOVIZO Service.",
"homepage": "https://github.com/bylomedia/movizo-player-ios",
"license": "MIT",
"authors": {
"bylomedia": "info@bylo.jp"
},
"source": {
"git": "https://github.com/bylomedia/movizo-player-ios.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"resource_bundles": {
"MovizoPlayer": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 2.0"
]
}
}