blob: 9667383f158914e0cb5d484ecba2ff83708a1213 [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.5",
"source": {
"git": "https://github.com/Monserg/GoloGrypto.git",
"tag": "1.0.5"
},
"source_files": [
"GoloCrypto/**/*.{h,swift}",
"GoloCrypto/SteemitCrypto/*.{c,h}",
"GoloCrypto/SteemitCrypto/include/*.{c,h}"
],
"public_header_files": "GoloCrypto/*.h",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/GoloCrypto/GoloCrypto/SteemitCrypto/**",
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/GoloCrypto/GoloCrypto/"
}
}