| { |
| "name": "AlamoFuzi", |
| "version": "1.0.0", |
| "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.0" |
| }, |
| "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" |
| } |
| } |