blob: 6008d4dc324581e49d930447db36fbfefe89f0b9 [file] [log] [blame]
{
"name": "Booster",
"version": "0.0.1",
"summary": "Booster is an HTTP networking librart written in Swift.",
"description": "\"Booster was developed during Naver Connect Foundation's the BoostCamp 3rd iOS process.\"\n\"Booster is an Simple HTTP Networking Library written in Swift.\"\n\"Booster was created using only the Apple frameworks.\"",
"homepage": "https://github.com/godpp/Booster",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"godpp": "taylored@naver.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/godpp/Booster.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/*.swift"
]
}