blob: c4c76017379273b8b03464710724d0a1b3bffbba [file] [log] [blame]
{
"name": "VideoPlaybackKit",
"version": "0.2.0",
"summary": "Using Swift and the VIP pattern this is a module built using AVPlayer to return video views",
"homepage": "https://github.com/ustwo/videoplayback-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sonam Dhingra": "sonam@ustwo.com",
"thoughtbot": null
},
"source": {
"git": "https://github.com/ustwo/videoplayback-ios.git",
"tag": "v0.2.0",
"submodules": true
},
"source_files": "Source/**/*.{swift,h}",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"ASValueTrackingSlider": [
],
"Alamofire": [
"~> 4.4"
],
"AlamofireImage": [
"~> 3.1"
],
"SnapKit": [
"~> 3.2.0"
]
},
"pushed_with_swift_version": "3.0"
}