[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 7 / TWNetworkManager / 1.2.0 / TWNetworkManager.podspec.json
blob4c0f7629fd715e96bce35e23e6b603095cfbf04d
2   "name": "TWNetworkManager",
3   "version": "1.2.0",
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.2.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": "Classes/**.{h,m}",
23   "requires_arc": true