blob: 013817fe9c215345226a1f74f22a19fdbaae660b [file] [log] [blame]
{
"name": "EVReflection",
"version": "4.3.0",
"summary": "Reflection based (dictionary, JSON or XML) object mapping (including extensions for Alamofire and Moya with RxSwift or ReactiveSwift)",
"description": "[Reflection](https://github.com/evermeer/EVReflection) based object mapping (dictionary, Json, XML, CKRecord)\nincluding extensions for [Alamofire](https://github.com/Alamofire/Alamofire) and [Moya](https://github.com/Moya/Moya) for network abstraction. And on top of that extension for [RxSwift](https://github.com/ReactiveX/RxSwift/) and [ReactiveSwift]",
"homepage": "https://github.com/evermeer/EVReflection",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Edwin Vermeer": "edwin@evict.nl"
},
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/evermeer/EVReflection.git",
"tag": "4.3.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"frameworks": "Foundation"
},
{
"name": "XML",
"source_files": "Source/XML/*.swift",
"dependencies": {
"EVReflection/Core": [
],
"XMLDictionary": [
]
}
},
{
"name": "CloudKit",
"source_files": "Source/CloudKit/*.swift",
"dependencies": {
"EVReflection/Core": [
]
},
"frameworks": "CloudKit"
},
{
"name": "Alamofire",
"source_files": "Source/Alamofire/*.swift",
"dependencies": {
"EVReflection/Core": [
],
"Alamofire": [
"~> 4.2"
]
}
},
{
"name": "AlamofireXML",
"source_files": "Source/Alamofire/XML/*.swift",
"dependencies": {
"EVReflection/XML": [
],
"EVReflection/Alamofire": [
]
}
},
{
"name": "Moya",
"source_files": "Source/Alamofire/Moya/*.swift",
"dependencies": {
"Moya": [
"~> 8.0"
],
"EVReflection/Alamofire": [
]
}
},
{
"name": "MoyaXML",
"source_files": "Source/Alamofire/Moya/XML/*.swift",
"dependencies": {
"EVReflection/AlamofireXML": [
],
"EVReflection/Moya": [
]
}
},
{
"name": "MoyaRxSwift",
"source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
"dependencies": {
"Moya/RxSwift": [
],
"EVReflection/Moya": [
]
}
},
{
"name": "MoyaRxSwiftXML",
"source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
"dependencies": {
"EVReflection/MoyaRxSwift": [
],
"EVReflection/MoyaXML": [
]
}
},
{
"name": "MoyaReactiveSwift",
"source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
"dependencies": {
"Moya/ReactiveSwift": [
],
"EVReflection/Moya": [
]
}
},
{
"name": "MoyaReactiveSwiftXML",
"source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
"dependencies": {
"EVReflection/MoyaReactiveSwift": [
],
"EVReflection/MoyaXML": [
]
}
}
]
}