blob: bb3e966d4d131a0448dd28fe7d77ebb841dda3a0 [file] [log] [blame]
{
"name": "Terra",
"version": "1.0.1",
"summary": "网络层框架",
"description": "可灵活定制,高扩展性,基于Moya的网络组件",
"homepage": "https://github.com/DuanaoiOS/Terra",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DATree": "aobaoaini@gmail.com"
},
"source": {
"git": "https://github.com/DuanaoiOS/Terra.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Terra/Classes/**/*",
"dependencies": {
"Moya": [
"~> 13.0"
],
"Moya/RxSwift": [
"~> 13.0"
],
"Moya/ReactiveSwift": [
"~> 13.0"
],
"SwiftyJSON": [
],
"ObjectMapper": [
]
}
}