blob: 1f44838c4a1243404a7e326c869d2f2b0d4a28f6 [file] [log] [blame]
{
"name": "TKNetworkService",
"module_name": "NetworkService",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkService/Classes/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"TKJsonMapper": [
]
}
}