blob: f8c596954db98935ab5f4294287436a653de6a6a [file] [log] [blame]
{
"name": "NetWorkCore",
"version": "0.1.1",
"summary": "RxSwift封装网络请求",
"description": "TODO: RxSwift封装络请求封, 包含了网络请求,数据解析等...",
"homepage": "https://github.com/seongbrave/NetWorkCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seongbrave": "seongbrave@sina.com"
},
"source": {
"git": "https://github.com/seongbrave/NetWorkCore.git",
"tag": "0.1.1"
},
"social_media_url": "http://seongbrave.github.io/",
"platforms": {
"ios": "8.0"
},
"source_files": "NetWorkCore/Classes/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"ModelProtocol": [
"~> 0.1.0"
],
"RxSwift": [
"~> 4.4.0"
],
"RxCocoa": [
"~> 4.4.0"
],
"Alamofire": [
"~> 4.7.3"
],
"Result": [
"~> 4.0.0"
]
}
}