blob: cc21b879de1ac18dc492338519972414f186e051 [file] [log] [blame]
{
"name": "Moya-X",
"version": "0.2.0",
"summary": "Moya extensions",
"description": "Core: extensions for [Moya](https://github.com/Moya/Moya)\nJSONMappable: JSON<->Model [SwiftyJSON-X](https://github.com/ApterKing/SwiftyJSON-X)",
"homepage": "https://github.com/ApterKing/Moya-X",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ApterKing": "wangcccong@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ApterKing/Moya-X.git",
"tag": "0.2.0"
},
"frameworks": "Foundation",
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Core/*.swift",
"dependencies": {
"Moya/RxSwift": [
]
}
}
]
}