[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 7 / 6 / SWNetworking / 1.0 / SWNetworking.podspec.json
blob40c7bf317727995db254394a1b576ed63284ab8e
2   "name": "SWNetworking",
3   "version": "1.0",
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.0",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0",
19     "tvos": "9.0"
20   },
21   "source_files": "SWNetworking/SWNetworking.h",
22   "public_header_files": "SWNetworking/*.h",
23   "frameworks": "SystemConfiguration",
24   "subspecs": [
25     {
26       "name": "File",
27       "source_files": "SWNetworking/File"
28     },
29     {
30       "name": "ResponseType",
31       "source_files": "SWNetworking/ResponseType",
32       "dependencies": {
33         "SWNetworking/File": [
35         ]
36       }
37     },
38     {
39       "name": "Reachability",
40       "source_files": "SWNetworking/Reachability"
41     },
42     {
43       "name": "SWRequest",
44       "source_files": "SWNetworking/SWRequest",
45       "dependencies": {
46         "SWNetworking/ResponseType": [
48         ],
49         "SWNetworking/File": [
51         ],
52         "SWNetworking/Reachability": [
54         ]
55       }
56     },
57     {
58       "name": "UIKit+SWNetworking",
59       "source_files": "SWNetworking/UIKit+SWNetworking",
60       "dependencies": {
61         "SWNetworking/SWRequest": [
63         ],
64         "SWNetworking/ResponseType": [
66         ]
67       }
68     }
69   ]