blob: ce02c3ea0057f4892745cb341fe6d561a11fe885 [file] [log] [blame]
{
"name": "Moya-X",
"version": "1.0.0",
"summary": "Moya extension",
"homepage": "https://github.com/ApterKing/Moya-X",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ApterKing": "wangcccong@outlook.com"
},
"source": {
"git": "https://github.com/ApterKing/Moya-X.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Moya-X/Classes/Core/*.swift",
"dependencies": {
"Moya/RxSwift": [
]
}
},
{
"name": "JSONMappable",
"source_files": "Moya-X/Classes/JSONMappable/*.swift",
"dependencies": {
"Moya/RxSwift": [
],
"SwiftyJSON-X": [
]
}
}
]
}