| { |
| "name": "GoloCrypto", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "swift_version": "4.0", |
| "summary": "Swift framework for Golos.io", |
| "homepage": "https://golos.io", |
| "social_media_url": "https://golos.io", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": "msm72", |
| "version": "1.0.4", |
| "source": { |
| "git": "https://github.com/Monserg/GoloGrypto.git", |
| "tag": "1.0.4" |
| }, |
| "source_files": [ |
| "GoloCrypto/**/*.{h,swift}", |
| "GoloCrypto/SteemitCrypto/*.{c,h}", |
| "GoloCrypto/SteemitCrypto/include/*.{c,h}" |
| ], |
| "pod_target_xcconfig": { |
| "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/GoloCrypto/GoloCrypto/SteemitCrypto/**" |
| }, |
| "preserve_paths": "GoloCrypto/ProjectModule/module.modulemap" |
| } |