[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / a / 5 / f / Networking / 0.20.0 / Networking.podspec.json
blob9b7967be65767a2a079380ecb38e43ade733492e
2   "name": "Networking",
3   "version": "0.20.0",
4   "summary": "Simple NSURLSession wrapper with support for image caching and faking network requests",
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- Fake requests easily (mocking/stubbing)\n- Runs synchronously in automatic testing enviroments\n- Image download 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": "0.20.0"
14   },
15   "social_media_url": "https://twitter.com/3lvis",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**/*",
24   "frameworks": "Foundation"