[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 5 / c / e / SwimpleNetwork / 1.0.0 / SwimpleNetwork.podspec.json
blob10155eb9833874af5cc0467d70098313e5c6f9b1
2   "name": "SwimpleNetwork",
3   "version": "1.0.0",
4   "summary": "Simple networking in Swift.",
5   "description": "SwimpleNetwork is part of the Swimple packages series. Swimple stands for Simple Swift. These packages make coding with Swift simpler and more convenient.",
6   "homepage": "https://github.com/lloydkeijzer/SwimpleNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lloyd Keijzer": "contact@lloydkeijzer.nl"
13   },
14   "source": {
15     "git": "https://github.com/lloydkeijzer/SwimpleNetwork.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/lloyd_keijzer",
19   "module_name": "SwimpleNetwork",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "Sources/SwimpleNetwork/**/*",
25   "dependencies": {
26     "Alamofire": [
27       "~> 5.0"
28     ]
29   },
30   "swift_version": "5.0"