blob: e9bf0bd948264cdf1adcc6488f66f79c74a0c5aa [file] [log] [blame]
{
"name": "YoutubeEngine",
"version": "0.3.1",
"summary": "Swift ReactiveCocoa lib for Youtube api.",
"description": "Swift library for searching Youtube channels and videos",
"homepage": "https://github.com/Igor-Palaguta/YoutubeEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Palaguta": "igor.palaguta@gmail.com"
},
"source": {
"git": "https://github.com/Igor-Palaguta/YoutubeEngine.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/igor_palaguta",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/YoutubeEngine/**/*",
"dependencies": {
"ReactiveSwift": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 3.1.4"
]
},
"pushed_with_swift_version": "4.0"
}