[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 6 / 7 / LctvSwift / 0.8.4 / LctvSwift.podspec.json
blobb4e4c460f88e6ea4642d02174d4e62243cfd6c01
2   "name": "LctvSwift",
3   "version": "0.8.4",
4   "summary": "A framework for accessing Livecoding TV REST API.",
5   "description": "A framework for accessing Livecoding TV REST API. This library is currently\nstill under development, but it is already feature complete regarding the\ncurrent version of LivecodingTV API.",
6   "homepage": "https://github.com/tarrgor/LctvSwift",
7   "license": "MIT",
8   "authors": {
9     "drswifty": "drswifty@outlook.de"
10   },
11   "source": {
12     "git": "https://github.com/tarrgor/LctvSwift.git",
13     "tag": "0.8.4"
14   },
15   "platforms": {
16     "ios": "8.4"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/**/*",
20   "dependencies": {
21     "Alamofire": [
22       "~> 3.0"
23     ],
24     "SwiftyJSON": [
25       "~> 2.3"
26     ],
27     "OAuthSwift": [
28       "~> 0.5.0"
29     ],
30     "Swifter": [
31       "~> 1.1.3"
32     ],
33     "Locksmith": [
34       "~> 2.0.8"
35     ]
36   }