[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / 9 / cordova-plugin-webserver / 1.0.3 / cordova-plugin-webserver.podspec.json
blob3b43be4e5c819ad2b2a0f89d0b7ad0742e9f4cbc
2   "name": "cordova-plugin-webserver",
3   "version": "1.0.3",
4   "summary": "Cordova webserver Plugin",
5   "description": "Cordova WebServer Plugin",
6   "homepage": "https://github.com/revolunet/cordova-plugin-webserver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Icenium": ""
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/revolunet/cordova-plugin-webserver.git"
19   },
20   "source_files": "src/ios/**/*",
21   "preserve_paths": [
22     "*.md",
23     "www/*.js",
24     "www/ios/*.js"
25   ],
26   "requires_arc": true,
27   "libraries": "z",
28   "frameworks": [
29     "CFNetwork",
30     "SystemConfiguration",
31     "MobileCoreServices"
32   ],
33   "dependencies": {
34     "Cordova": [
35       ">= 4.0.1"
36     ]
37   }