blob: 338787c8d88f4d527135ad2c6c5748afca9b7967 [file] [log] [blame]
{
"name": "Shrimp",
"version": "0.5.0",
"summary": "Shrimp is an simplify HTTP networking library.",
"description": "Shrimp is an simplify HTTP networking library written in Swift.",
"homepage": "https://github.com/KevinZhouRafael/Shrimp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rafael zhou": "wumingapie@gmail.com"
},
"source": {
"git": "https://github.com/KevinZhouRafael/Shrimp.git",
"tag": "0.5.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"platforms": {
"ios": "8.0"
},
"source_files": "Shrimp/Classes/**/*",
"dependencies": {
"ReachabilitySwift": [
]
},
"swift_version": "5.3"
}