[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 0 / 4 / Restofire-Gloss / 1.0.1 / Restofire-Gloss.podspec.json
blobac0c4a13ac249f3744d9f12caa4896731e66a77a
2   "name": "Restofire-Gloss",
3   "version": "1.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Restofire-Gloss is a component library for Restofire to serialize responses into Gloss",
9   "homepage": "https://github.com/Restofire/Restofire-Gloss",
10   "social_media_url": "https://twitter.com/rahulkatariya91",
11   "authors": {
12     "Rahul Katariya": "rahulkatariya@me.com"
13   },
14   "source": {
15     "git": "https://github.com/Restofire/Restofire-Gloss.git",
16     "tag": "v1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/*.swift",
30       "dependencies": {
31         "Alamofire": [
32           "~> 3.0"
33         ],
34         "Restofire": [
35           "~> 1.0"
36         ],
37         "Gloss": [
38           "~> 0.7"
39         ]
40       },
41       "frameworks": "Foundation"
42     }
43   ]