blob: cbf92d085ba68af346d4e4842b01412cbfb04966 [file] [log] [blame]
{
"name": "Square1Network",
"version": "1.0.3",
"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.3"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Kingfisher": [
],
"Square1Tools": [
]
}
}