[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / 6 / SWNetworking / 1.1 / SWNetworking.podspec.json
blobc0380dc2f2ece98f54e20353a2b6658f2538ffa2
2   "name": "SWNetworking",
3   "version": "1.1",
4   "summary": "Open Source Request handeling/managing on iOS snf OS X",
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": "1.1",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0",
19     "tvos": "9.0",
20     "osx": "10.9"
21   },
22   "source_files": "SWNetworking/SWNetworking.h",
23   "public_header_files": "SWNetworking/*.h",
24   "frameworks": "SystemConfiguration",
25   "subspecs": [
26     {
27       "name": "File",
28       "source_files": "SWNetworking/File"
29     },
30     {
31       "name": "ResponseType",
32       "source_files": "SWNetworking/ResponseType",
33       "dependencies": {
34         "SWNetworking/File": [
36         ]
37       }
38     },
39     {
40       "name": "Reachability",
41       "source_files": "SWNetworking/Reachability"
42     },
43     {
44       "name": "SWRequest",
45       "source_files": "SWNetworking/SWRequest",
46       "dependencies": {
47         "SWNetworking/ResponseType": [
49         ],
50         "SWNetworking/File": [
52         ],
53         "SWNetworking/Reachability": [
55         ]
56       }
57     },
58     {
59       "name": "UIKit+SWNetworking",
60       "source_files": "SWNetworking/UIKit+SWNetworking",
61       "dependencies": {
62         "SWNetworking/SWRequest": [
64         ],
65         "SWNetworking/ResponseType": [
67         ]
68       }
69     }
70   ]