blob: 9f11e213c6dc1c32845ef2ee77190b3e9d3a946b [file] [log] [blame]
{
"name": "BoxAPI",
"version": "0.1.0",
"summary": "A simple frameworks to call network API.",
"swift_version": "4.2",
"description": "A frameworks to call network API. Each API object can be treat send and receive independently.",
"homepage": "https://github.com/nicholaslck/BoxAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Lau": "nicholaslck@gmail.com"
},
"source": {
"git": "https://github.com/nicholaslck/BoxAPI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BoxAPI/Classes/**/*",
"dependencies": {
"ObjectMapper": [
],
"Alamofire": [
]
}
}