blob: ece268e3089c81bfda4b74945531fa692d2e0ea6 [file] [log] [blame]
{
"name": "DiaAPISwift",
"version": "0.1.0",
"summary": "DiaAPISwift is a helper for RESTful API implementation.",
"description": "DiaAPISwift extends the Alamofire libraries, along with SwiftyJSON,\nto add velocity in building apps with the integration of RESTful API Servers\nand use lesser code to implement.",
"homepage": "https://github.com/jpteruel095/DiaAPISwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jpteruel095": "jpteruel95@gmail.com"
},
"source": {
"git": "https://github.com/jpteruel095/DiaAPISwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.0",
"source_files": "DiaAPISwift/Classes/**/*",
"swift_version": "4.0"
}