[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 9 / c / SkyWite / 1.3 / SkyWite.podspec.json
blob0c1821ec210d6254c620fac562ec3295c01db059
2   "name": "SkyWite",
3   "version": "1.3",
4   "summary": "Open Source Request handeling/managing on iOS snf OS X",
5   "description": "SkyWite is a open-source and highly versatile multi-purpose frameworks. Clean code and sleek features make SkyWite an ideal choice. Powerful high-level networking abstractions built into Cocoa. It has a modular architecture with well-designed, feature-rich APIs that are a joy to use. Achieve your deadlines by using SkyWite. You will save Hundred hours. Start development using Skywite. Definitely you will be happy....! yeah..",
6   "homepage": "https://github.com/isamankumara/skywite",
7   "license": "MIT",
8   "authors": {
9     "saman kumara": "me@isamankumara.com"
10   },
11   "source": {
12     "git": "https://github.com/isamankumara/skywite.git",
13     "tag": "1.3",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0",
20     "osx": "10.11"
21   },
22   "frameworks": "SystemConfiguration",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "File",
27       "source_files": "SkyWite/File"
28     },
29     {
30       "name": "ResponseType",
31       "source_files": "SkyWite/ResponseType",
32       "dependencies": {
33         "SkyWite/File": [
35         ]
36       }
37     },
38     {
39       "name": "Reachability",
40       "source_files": "SkyWite/Reachability"
41     },
42     {
43       "name": "SWRequest",
44       "source_files": "SkyWite/SWRequest",
45       "dependencies": {
46         "SkyWite/ResponseType": [
48         ],
49         "SkyWite/File": [
51         ],
52         "SkyWite/Reachability": [
54         ]
55       }
56     },
57     {
58       "name": "UIKit+SkyWite",
59       "source_files": "SkyWite/UIKit+SkyWite",
60       "dependencies": {
61         "SkyWite/SWRequest": [
63         ],
64         "SkyWite/ResponseType": [
66         ]
67       }
68     }
69   ]