blob: 8e475719700d263433b081d322d891f17ce9aa93 [file] [log] [blame]
{
"name": "TWNetworkManager",
"version": "1.2.6",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Lightweight Objective-C network downloader with caching support based on NSURLSession",
"description": "TWNetworkManager is a wrapper for NSURLSession with some extras and convenience methods. The purpose is NOT to replace AFNetworking. I just wanted to have a simple NSURLSession wrapper with caching support that everyone else can adapt easily.",
"homepage": "https://github.com/tapwork/TWNetworkManager",
"social_media_url": "https://twitter.com/cmenschel",
"authors": {
"Christian Menschel": "christian@tapwork.de"
},
"source": {
"git": "https://github.com/tapwork/TWNetworkManager.git",
"tag": "1.2.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/**.{h,m}",
"requires_arc": true
}