[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 6 / c / Taylor / 0.3.0 / Taylor.podspec.json
bloba7cbadd66dd02f799b30d7ffc87d1c4e9bf6d2ff
2   "name": "Taylor",
3   "version": "0.3.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.3.0"
14   },
15   "social_media_url": "https://twitter.com/izqui9",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "source_files": "Taylor/**/*.swift",
22   "dependencies": {
23     "CocoaAsyncSocket": [
24       "~> 7.4.2"
25     ],
26     "SwiftSockets": [
27       "~> 0.20"
28     ]
29   }