blob: b4544a4cfd86ae5633039180492e78c6f09850a6 [file] [log] [blame]
{
"name": "TinyNetworking",
"version": "0.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/jdisho/TinyNetworking",
"authors": {
"Joan Disho": "dishojoan@gmail.com"
},
"summary": "Simple network layer written in Swift.",
"source": {
"git": "https://github.com/jdisho/TinyNetworking.git",
"tag": "0.1.0"
},
"source_files": "TinyNetworking/*.swift",
"platforms": {
"ios": "10.0"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}