[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 9 / 4 / NodeCocoapods / 2.0.3 / NodeCocoapods.podspec.json
blobfe8855e2c1f07bc4f1eba6dd29374572154a71cd
2   "name": "NodeCocoapods",
3   "version": "2.0.3",
4   "license": "MIT",
5   "homepage": "https://github.com/vapor/node",
6   "authors": {
7     "Vapor": "contact@vapor.codes"
8   },
9   "summary": "A formatted data encapsulation meant to facilitate the transformation from one object to another.",
10   "source": {
11     "git": "https://github.com/vapor/node.git",
12     "tag": "2.0.3"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/codevapor",
22   "default_subspecs": "Default",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Default",
27       "source_files": "Sources/**/*.{swift}",
28       "dependencies": {
29         "Core": [
30           "~> 2.0"
31         ],
32         "Bits": [
33           "~> 1.0"
34         ],
35         "Debugging": [
36           "~> 1.0"
37         ]
38       }
39     }
40   ]