blob: b638ea58d874ea6ba68bd4205c9d591a17f3b0fa [file] [log] [blame]
{
"name": "TKNetworkService",
"version": "1.0.0",
"summary": "A simple NetworkService.",
"description": "A simple NetworkService.",
"homepage": "https://github.com/TBXark/NetworkService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TBXark": "tbxark@outlook.com"
},
"source": {
"git": "https://github.com/TBXark/NetworkService.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkService/Classes/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"TKJsonMapper": [
]
}
}