blob: ef9544ca291610b646277dfcbe37126d14aaaaae [file] [log] [blame]
{
"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": "msm72@yahoo.com"
},
"version": "1.0.2",
"source": {
"git": "https://github.com/Monserg/GoloGrypto.git",
"tag": "1.0.2",
"submodules": true
},
"requires_arc": true,
"source_files": [
"GoloCrypto/**/*.{h,swift}",
"GoloCrypto/SteemitCrypto/*.{c,h}",
"GoloCrypto/SteemitCrypto/include/*.{c,h}"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/GoloCrypto/SteemitCrypto/**"
},
"preserve_paths": "GoloCrypto/ProjectModule/module.modulemap"
}