[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / d / GCDWebServer / 1.3 / GCDWebServer.podspec.json
blobc7bb3923e3cdd7f2113595199385b864ced141d0
2   "name": "GCDWebServer",
3   "version": "1.3",
4   "authors": {
5     "Pierre-Olivier Latour": "info@pol-online.net"
6   },
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/swisspol/GCDWebServer",
12   "summary": "Lightweight GCD based HTTP server for Mac OS X & iOS apps",
13   "source": {
14     "git": "https://github.com/swisspol/GCDWebServer.git",
15     "tag": "1.3"
16   },
17   "requires_arc": true,
18   "source_files": "CGDWebServer/*.{h,m}",
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "ios": {
24     "frameworks": "MobileCoreServices"
25   }