[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 1 / 7 / 6 / SWNetworking / 0.9 / SWNetworking.podspec.json
blob37bab76af8700fe094967f7540efb73252be9fa7
2   "name": "SWNetworking",
3   "version": "0.9",
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",
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     },
32     {
33       "name": "Reachability",
34       "source_files": "SWNetworking/Reachability"
35     },
36     {
37       "name": "SWRequest",
38       "source_files": "SWNetworking/SWRequest",
39       "dependencies": {
40         "SWNetworking/ResponseType": [
42         ],
43         "SWNetworking/File": [
45         ],
46         "SWNetworking/Reachability": [
48         ]
49       }
50     },
51     {
52       "name": "UIKit+SWNetworking",
53       "source_files": "SWNetworking/UIKit+SWNetworking",
54       "dependencies": {
55         "SWNetworking/SWRequest": [
57         ],
58         "SWNetworking/ResponseType": [
60         ]
61       }
62     }
63   ]