blob: 6562c1a5bebcced7b350381eaf6fd362cfec5b43 [file] [log] [blame]
{
"name": "SYNetworking",
"version": "1.2.3",
"summary": "SYNetworking is is a high level request util based on Alamofire.",
"description": "SYNetworking is is a high level request util based on Alamofire.It provides a High Level API for network request.Inspired by YTKNetwork.",
"homepage": "https://github.com/Shannon-Yang/SYNetworking",
"license": "MIT",
"authors": {
"Shannon Yang": "shannonyang0805@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/Shannon-Yang/SYNetworking.git",
"tag": "1.2.3"
},
"source_files": "SYNetworking/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"ObjectMapper": [
"~> 4.2"
],
"SwiftyJSON": [
"~> 5.0"
]
}
}