[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 0 / 3 / SENetworking / 1.0.7 / SENetworking.podspec.json
blob20fb0cece0832c06afe9363a6c695ef6646a2ba0
2   "name": "SENetworking",
3   "version": "1.0.7",
4   "summary": "Simple NSURLSession wrapper",
5   "description": "Simple NSURLSession wrapper\n- Minimal implementation\n- Super easy friendly API\n- No Singletons\n- No external dependencies\n- Simple request cancellation\n- Optimized for unit testing\n- Free",
6   "homepage": "https://github.com/kudoleh/SENetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleh Kudinov": "oleh.kudinov@olx.com"
13   },
14   "source": {
15     "git": "https://github.com/kudoleh/SENetworking.git",
16     "tag": "1.0.7"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "SENetworking/Module/**/*.{swift}",
26   "swift_version": "5.0"