blob: 78efe614a2bc31b5a975d132a2b64bb8cd63cf02 [file] [log] [blame]
{
"name": "YoutubeEngine",
"version": "0.1.2",
"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.1.2"
},
"social_media_url": "https://twitter.com/igor_palaguta",
"platforms": {
"ios": "8.0"
},
"source_files": "YoutubeEngine/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 4.2.0"
],
"SwiftyJSON": [
"~> 2.3.0"
]
},
"pushed_with_swift_version": "2.3"
}