blob: 10155eb9833874af5cc0467d70098313e5c6f9b1 [file] [log] [blame]
{
"name": "SwimpleNetwork",
"version": "1.0.0",
"summary": "Simple networking in Swift.",
"description": "SwimpleNetwork is part of the Swimple packages series. Swimple stands for Simple Swift. These packages make coding with Swift simpler and more convenient.",
"homepage": "https://github.com/lloydkeijzer/SwimpleNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lloyd Keijzer": "contact@lloydkeijzer.nl"
},
"source": {
"git": "https://github.com/lloydkeijzer/SwimpleNetwork.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/lloyd_keijzer",
"module_name": "SwimpleNetwork",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/SwimpleNetwork/**/*",
"dependencies": {
"Alamofire": [
"~> 5.0"
]
},
"swift_version": "5.0"
}