blob: b1820547d2290f45a5a729e8b2cce517a6f67810 [file] [log] [blame]
{
"name": "Japx",
"version": "1.0.2",
"summary": "Lightweight JSON:API parser.",
"description": "Lightweight JSON:API parser that flattens complex JSON:API structure and turns it into simple JSON. It can also take simple JSON and turn it into JSON:API structure.\nIt works by transfering Dictionary to Dictionary, so you can use Codable, Unbox, Wrap, ObjectMapper, or any other object mapping tool that you preffer.",
"homepage": "https://github.com/infinum/Japx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Infinum": "ios@infinum.hr",
"Vlaho Poluta": "vlaho.poluta@infinum.hr",
"Filip Gulan": "filip.gulan@infinum.hr"
},
"source": {
"git": "https://github.com/infinum/Japx.git",
"tag": "1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Japx/Classes/Core/**/*",
"frameworks": "Foundation"
},
{
"name": "Codable",
"source_files": "Japx/Classes/Codable/**/*",
"dependencies": {
"Japx/Core": [
]
}
},
{
"name": "Alamofire",
"source_files": "Japx/Classes/Alamofire/**/*",
"dependencies": {
"Japx/Core": [
],
"Alamofire": [
"~> 4.5"
]
}
},
{
"name": "RxAlamofire",
"source_files": "Japx/Classes/RxAlamofire/**/*",
"dependencies": {
"Japx/Alamofire": [
],
"RxSwift": [
"~> 4.0"
]
}
},
{
"name": "CodableAlamofire",
"source_files": "Japx/Classes/CodableAlamofire/**/*",
"dependencies": {
"Japx/Alamofire": [
],
"Japx/Codable": [
]
}
},
{
"name": "RxCodableAlamofire",
"source_files": "Japx/Classes/RxCodableAlamofire/**/*",
"dependencies": {
"Japx/CodableAlamofire": [
],
"Japx/RxAlamofire": [
]
}
}
]
}