[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 2 / d / Swift_SimpleNetworkLibrary / 0.2.0 / Swift_SimpleNetworkLibrary.podspec.json
blob8f0e15eb8587079698bf4d4ec8422bd2f24a09ec
2   "name": "Swift_SimpleNetworkLibrary",
3   "version": "0.2.0",
4   "summary": "A simple and lightweight network library.",
5   "description": "A simple and lightweight network library. The intent is also demonstrate how easy it is to build a network layer based on URLSession. Mostly on projects we use libraries like Alamofire but never explore how things actually work under the hood.",
6   "homepage": "https://github.com/SwapnilSankla/Swift_SimpleNetworkLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Swapnil Sankla": "swapnil.sankla@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SwapnilSankla/Swift_SimpleNetworkLibrary.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/swapnil_sankla",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Swift_SimpleNetworkLibrary/Classes/**/*",
23   "swift_version": "3.2"