blob: 5a4047465d11a40e7729b1bc2b82a0427a1d329f [file] [log] [blame]
{
"name": "MediaWatermark",
"version": "0.1.0",
"summary": "Image and video processing",
"description": "MediaWatermark is a framework which helps to render watermarks over image or video content.",
"homepage": "https://github.com/rubygarage-ios/MediaWatermark",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Afanasiev": "sergey.afanasiev@rubygarage.org"
},
"source": {
"git": "https://github.com/rubygarage-ios/MediaWatermark.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MediaWatermark/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Player": [
"~> 0.5"
],
"MBProgressHUD": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.1"
}