| { |
| "name": "ReadiumOPDS", |
| "version": "1.2.4", |
| "license": "BSD 3-Clause License", |
| "summary": "Readium OPDS", |
| "homepage": "https://github.com/d-i-t-a/r2-opds-swift", |
| "authors": { |
| "Aferdita Muriqi": "aferdita.muriqi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/d-i-t-a/r2-opds-swift.git", |
| "tag": "1.2.4" |
| }, |
| "exclude_files": [ |
| "**/Info*.plist" |
| ], |
| "requires_arc": true, |
| "source_files": "readium-opds/**/*.{m,h,swift}", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "libraries": "xml2", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2" |
| }, |
| "dependencies": { |
| "R2Shared": [ |
| |
| ], |
| "Fuzi": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |