blob: 23dd5a12a5b3bba99b6a7b119402785b9348459c [file] [log] [blame]
{
"name": "YoutubeEngine",
"version": "0.2.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.2.1"
},
"social_media_url": "https://twitter.com/igor_palaguta",
"platforms": {
"ios": "8.0"
},
"source_files": "YoutubeEngine/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
"~> 1.0"
],
"SwiftyJSON": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}