| { |
| "name": "Fuzi", |
| "version": "0.3.1", |
| "license": "MIT", |
| "summary": "A fast & lightweight XML & HTML parser in Swift with XPath & CSS support", |
| "homepage": "https://github.com/cezheng/Fuzi", |
| "social_media_url": "https://twitter.com/AdamoCheng", |
| "authors": { |
| "Ce Zheng": "cezheng.cs@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/cezheng/Fuzi.git", |
| "tag": "0.3.1" |
| }, |
| "documentation_url": "http://cezheng.github.io/Fuzi", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "Fuzi/*.swift", |
| "preserve_paths": "libxml2/*", |
| "requires_arc": true, |
| "libraries": "xml2", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2", |
| "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Fuzi/libxml2" |
| } |
| } |