blob: 3b466dd0f335981283c96b08645b91632f96645d [file] [log] [blame]
{
"name": "Moya-Pretty",
"version": "1.4.1",
"summary": "Codable, ObjectMapper, RxSwift, PromiseKit, RESTful extensions for Moya.",
"description": "*Moya-Pretty* provides many convenient extensions like *generic class-based target*, *plugins*, even *RESTful traits*. This allows you to declare [Moya](https://github.com/Moya/Moya) Target more pretty and without writing those extensions again by yourself.",
"homepage": "https://github.com/arthurgau0419/Moya-Pretty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ObiCat": "arthurgau0419@gmail.com"
},
"source": {
"git": "https://github.com/arthurgau0419/Moya-Pretty.git",
"tag": "1.4.1"
},
"social_media_url": "https://twitter.com/Arthurgau",
"platforms": {
"ios": "9.3"
},
"default_subspecs": [
"Core"
],
"swift_version": "4.1",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Moya": [
"~> 11.0"
]
},
"source_files": "Moya-Pretty/Classes/**/*"
},
{
"name": "Japx",
"source_files": "Moya-Pretty/SubSpec/Japx/Sources/*",
"dependencies": {
"Moya-Pretty/Core": [
],
"Japx/Codable": [
]
}
},
{
"name": "ObjectMapper",
"source_files": "Moya-Pretty/SubSpec/ObjectMapper/Sources/*",
"dependencies": {
"Moya-Pretty/Core": [
],
"ObjectMapper": [
]
}
},
{
"name": "XMLDictionary",
"source_files": "Moya-Pretty/SubSpec/XMLDictionary/Sources/*",
"dependencies": {
"Moya-Pretty/ObjectMapper": [
],
"XMLDictionary": [
]
}
},
{
"name": "PromiseKit",
"source_files": "Moya-Pretty/SubSpec/Promise/Sources/*",
"dependencies": {
"Moya-Pretty/Core": [
],
"PromiseKit": [
]
}
},
{
"name": "RxSwift",
"source_files": "Moya-Pretty/SubSpec/RxSwift/Sources/*",
"dependencies": {
"Moya-Pretty/Core": [
],
"Moya/RxSwift": [
]
}
},
{
"name": "RESTful",
"dependencies": {
"Moya-Pretty/Core": [
]
},
"source_files": "Moya-Pretty/SubSpec/RESTful/Sources/*"
},
{
"name": "Plugins",
"dependencies": {
"Moya-Pretty/Core": [
]
},
"source_files": "Moya-Pretty/SubSpec/Plugins/Sources/*"
}
]
}