blob: 4f914b9e33e1088d7d1e1fe3f1e6827f344de6b2 [file] [log] [blame]
{
"name": "Square1Network",
"version": "1.0.2",
"summary": "A group of helpers to create networks requests and handle their responses easily.",
"description": "This is a group of types and protocols to help to create simple network requests.",
"homepage": "https://github.com/square1-io/Square1-iOS-Network",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Square1",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/square1-io/Square1-iOS-Network.git",
"tag": "1.0.2"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Kingfisher": [
],
"Square1Tools": [
]
}
}