blob: a3f98bde511b052a7ae604b854d63ab509854cdf [file] [log] [blame]
{
"name": "RESTfulSwift",
"version": "1.0",
"summary": "An extendable, robust, and easy-to-use framework for communicating with RESTful endpoints.",
"description": "RESTSwift is a powerful framework for communicating with RESTful endpoints. By being a protocol oriented framework, RESTSwift is highly extensible.",
"homepage": "https://github.com/schlossm/RESTSwift",
"license": {
"type": "MIT",
"file": "MIT.txt"
},
"authors": {
"Michael Schloss": "mschloss11@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/schlossm/RESTSwift.git",
"tag": "1.0"
},
"source_files": [
"Common",
"Common/**/**/*.swift"
]
}