[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / e / 4 / YoutubeEngine / 0.1.0 / YoutubeEngine.podspec.json
blob5be4a21d6e6c60ca1479d332ae27b78be6ce36cd
2   "name": "YoutubeEngine",
3   "version": "0.1.0",
4   "summary": "Swift ReactiveCocoa lib for Youtube api.",
5   "description": "Swift library for searching Youtube channels and videos",
6   "homepage": "https://github.com/Igor-Palaguta/YoutubeEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Igor Palaguta": "igor.palaguta@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Igor-Palaguta/YoutubeEngine.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/igor_palaguta",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "YoutubeEngine/Classes/**/*",
23   "dependencies": {
24     "ReactiveCocoa": [
25       "~> 4.2"
26     ],
27     "SwiftyJSON": [
29     ]
30   }