blob: 35ef81a2bb4aa2ccd43816b676a37e2a1a2b5c5d [file] [log] [blame]
{
"name": "Replayer",
"version": "0.1.0",
"summary": "An iOS video player based on AVFoundation.",
"homepage": "https://github.com/zhangqifan/Replayer",
"license": "MIT",
"authors": {
"zhangqifan": "qifan.zhang@chipmuck.cc"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhangqifan/Replayer.git",
"tag": "0.1.0"
},
"source_files": [
"Replayer",
"Replayer/**/*.{h,m}"
],
"resources": "Replayer/ReplayerResource.bundle",
"frameworks": [
"SystemConfiguration",
"UIKit",
"MediaPlayer",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"MMMaterialDesignSpinner": [
"~> 0.2.3"
],
"Toast": [
"~> 3.1.0"
]
}
}