blob: cb7bd1b58497ae831a06a38b7d517b657843dd10 [file] [log] [blame]
{
"name": "Kringle",
"version": "0.0.5",
"authors": "Jeff Kereakoglow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/jkereako/Kringle",
"source": {
"git": "https://github.com/jkereako/Kringle.git",
"tag": "0.0.5"
},
"summary": "Simple networking for Swift",
"description": "Kringle is a small, opinionated networking framework designed with simplicity in mind.",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5.0",
"module_name": "Kringle",
"source_files": "Sources/Kringle/**/*.{swift}",
"dependencies": {
"PromisesSwift": [
"~> 1.2.8"
]
}
}