blob: 5880763254856d0052c35370ae993b404ea35ad9 [file] [log] [blame]
{
"name": "SWNetworking",
"version": "0.9.1",
"summary": "Open Source Request handeling/managing on iOS",
"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..",
"homepage": "https://github.com/skywite/SWNetworking",
"license": "MIT",
"authors": {
"saman kumara": "me@isamankumara.com"
},
"source": {
"git": "https://github.com/skywite/SWNetworking.git",
"tag": "0.9.1",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SWNetworking/SWNetworking.h",
"public_header_files": "SWNetworking/*.h",
"frameworks": "SystemConfiguration",
"subspecs": [
{
"name": "File",
"source_files": "SWNetworking/File"
},
{
"name": "ResponseType",
"source_files": "SWNetworking/ResponseType",
"dependencies": {
"SWNetworking/File": [
]
}
},
{
"name": "Reachability",
"source_files": "SWNetworking/Reachability"
},
{
"name": "SWRequest",
"source_files": "SWNetworking/SWRequest",
"dependencies": {
"SWNetworking/ResponseType": [
],
"SWNetworking/File": [
],
"SWNetworking/Reachability": [
]
}
},
{
"name": "Session",
"source_files": "SWNetworking/Session",
"dependencies": {
"SWNetworking/ResponseType": [
],
"SWNetworking/File": [
],
"SWNetworking/Reachability": [
]
}
},
{
"name": "UIKit+SWNetworking",
"source_files": "SWNetworking/UIKit+SWNetworking",
"dependencies": {
"SWNetworking/SWRequest": [
],
"SWNetworking/ResponseType": [
],
"SWNetworking/Session": [
]
}
}
]
}