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