[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 5 / f / Networking / 3.0.0-beta1 / Networking.podspec.json
blob0528886889c4bff5723579dcec804dec3e1e8ffb
2   "name": "Networking",
3   "version": "3.0.0-beta1",
4   "summary": "Simple HTTP Networking in Swift a NSURLSession wrapper with image caching support",
5   "description": "Simple NSURLSession wrapper with support for image caching and faking network requests\n\n- Super friendly API\n- Singleton free\n- No external dependencies\n- Optimized for unit testing\n- Minimal implementation\n- Simple request cancellation\n- Fake requests easily (mocking/stubbing)\n- Runs synchronously in automatic testing environments\n- Image downloading and caching\n- Free",
6   "homepage": "https://github.com/3lvis/Networking",
7   "license": "MIT",
8   "authors": {
9     "Elvis Nuñez": "elvisnunez@me.com"
10   },
11   "source": {
12     "git": "https://github.com/3lvis/Networking.git",
13     "tag": "3.0.0-beta1"
14   },
15   "social_media_url": "https://twitter.com/3lvis",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.11",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**/*",
24   "frameworks": "Foundation",
25   "pushed_with_swift_version": "3.0"