blob: 0c370707dfd0258db682019b5bf934349fce740c [file] [log] [blame]
{
"name": "SwiftAVPlayer",
"version": "1.0",
"swift_version": "4.0",
"summary": "A swift tool for AVFoundation easily to use.",
"description": "A swift tool for AVFoundation easily to use.I will optimize always.",
"homepage": "https://github.com/Rookieneo/SwiftAVPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rookieneo": "rookieneo1224@gmail.com"
},
"source": {
"git": "https://github.com/Rookieneo/SwiftAVPlayer.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftAVPlayer/Classes/**/{*.swift,*.xib}",
"resources": "SwiftAVPlayer/Classes/Resources/Media.xcassets",
"dependencies": {
"SnapKit": [
]
}
}