[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / d / 0 / a / MovizoPlayer / 1.0.0 / MovizoPlayer.podspec.json
blobd485dcf4c045cd4db55c3a84bcd159356aedd3ef
2   "name": "MovizoPlayer",
3   "version": "1.0.0",
4   "summary": "iOS Video Player SDK for MOVIZO Service.",
5   "description": "You can easily create a video player to play the video of MOVIZO Service.",
6   "homepage": "https://github.com/bylomedia/MovizoPlayer",
7   "license": "MIT",
8   "authors": {
9     "bylomedia": "info@bylo.jp"
10   },
11   "source": {
12     "git": "https://github.com/bylomedia/movizo-player-ios.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.3"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.swift",
20   "resource_bundles": {
21     "MovizoPlayer": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 2.0"
28     ]
29   }