[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 4 / Netw / 0.0.1 / Netw.podspec.json
blob5eab1e29dad8704d6c6407270a2bde86e7b11789
2   "name": "Netw",
3   "version": "0.0.1",
4   "summary": "Netw is an iOS wrapper around URLSession that allows you to define clean HTTP requests.",
5   "description": "Netw provides a clean way to define and make your networking calls. It supports standard HTTP methods as well as multipart/formdata media upload.",
6   "homepage": "https://github.com/franckclement/Netw",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Franck CLEMENT": "franck.clmnt@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Francklement",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/franckclement/Netw.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Netw/**/*.swift",
24     "Netw/*.swift"
25   ],
26   "swift_versions": "5.0",
27   "swift_version": "5.0"