[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 6 / 7 / TWNetworkManager / 1.1.2 / TWNetworkManager.podspec.json
blob30501ccd137a42aa0ae1d1d84ed5a3da13ef5a92
2   "name": "TWNetworkManager",
3   "version": "1.1.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "Lightweight Objective-C network downloader with caching support based on NSURLSession",
9   "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.",
10   "homepage": "https://github.com/tapwork/TWNetworkManager",
11   "social_media_url": "https://twitter.com/cmenschel",
12   "authors": {
13     "Christian Menschel": "christian@tapwork.de"
14   },
15   "source": {
16     "git": "https://github.com/tapwork/TWNetworkManager.git",
17     "tag": "1.1.2"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": "Classes/**.{h,m}",
23   "requires_arc": true