blob: 636ad933dbc8d9da929c5b770205f30654317b66 [file] [log] [blame]
{
"name": "AlamoFuzi",
"version": "1.0.3",
"summary": "XML/HTML response handlers for Alamofire using Fuzi",
"homepage": "https://github.com/thebluepotato/AlamoFuzi",
"license": "MIT",
"authors": {
"Jonas Zaugg": "jonas.zaugg@yahoo.com"
},
"source": {
"git": "https://github.com/thebluepotato/AlamoFuzi.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"Fuzi": [
"~> 1.0"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"pushed_with_swift_version": "3.0"
}