[Add] Dalila 1.0.25
[CocoaPods.git] / Specs / 1 / 7 / 6 / SWNetworking / 0.9.2 / SWNetworking.podspec.json
blob6a5891712c33f5f56b887dafb6f53b54d585a626
2   "name": "SWNetworking",
3   "version": "0.9.2",
4   "summary": "Open Source Request handeling/managing on iOS",
5   "description": "SWNetworking 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/skywite/SWNetworking",
7   "license": "MIT",
8   "authors": {
9     "saman kumara": "me@isamankumara.com"
10   },
11   "source": {
12     "git": "https://github.com/skywite/SWNetworking.git",
13     "tag": "0.9.2",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "SWNetworking/SWNetworking.h",
21   "public_header_files": "SWNetworking/*.h",
22   "frameworks": "SystemConfiguration",
23   "subspecs": [
24     {
25       "name": "File",
26       "source_files": "SWNetworking/File"
27     },
28     {
29       "name": "ResponseType",
30       "source_files": "SWNetworking/ResponseType",
31       "dependencies": {
32         "SWNetworking/File": [
34         ]
35       }
36     },
37     {
38       "name": "Reachability",
39       "source_files": "SWNetworking/Reachability"
40     },
41     {
42       "name": "SWRequest",
43       "source_files": "SWNetworking/SWRequest",
44       "dependencies": {
45         "SWNetworking/ResponseType": [
47         ],
48         "SWNetworking/File": [
50         ],
51         "SWNetworking/Reachability": [
53         ]
54       }
55     },
56     {
57       "name": "Session",
58       "source_files": "SWNetworking/Session",
59       "dependencies": {
60         "SWNetworking/ResponseType": [
62         ],
63         "SWNetworking/File": [
65         ],
66         "SWNetworking/Reachability": [
68         ]
69       }
70     },
71     {
72       "name": "UIKit+SWNetworking",
73       "source_files": "SWNetworking/UIKit+SWNetworking",
74       "dependencies": {
75         "SWNetworking/SWRequest": [
77         ],
78         "SWNetworking/ResponseType": [
80         ],
81         "SWNetworking/Session": [
83         ]
84       }
85     }
86   ]