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