[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / c / Taylor / 0.2.0 / Taylor.podspec.json
blob7c3aae24c8c182052a2e2164396664e1e3bd2004
2   "name": "Taylor",
3   "version": "0.2.0",
4   "summary": "HTTP server written in Swift.",
5   "description": "A HTTP server written in Swift",
6   "homepage": "https://github.com/izqui/Taylor",
7   "license": "MIT",
8   "authors": {
9     "Jorge Izquierdo": "jorge@izqui.me"
10   },
11   "source": {
12     "git": "https://github.com/izqui/Taylor.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/izqui9",
16   "platforms": {
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "Taylor/**/*.swift",
21   "dependencies": {
22     "CocoaAsyncSocket": [
23       "~> 7.4.2"
24     ]
25   }