blob: 52424f6a3dc9eaca9df8fe5ec228ac0f7c272322 [file] [log] [blame]
{
"name": "IrohaSwift",
"version": "1.0.0a5",
"summary": "Easy create signature of Iroha Blockchain",
"homepage": "http://www.soramitsu.co.jp/",
"license": "Apache License Version 2.0",
"authors": {
"Soramitsu Co., Ltd.": "info@soramitsu.co.jp"
},
"source": {
"git": "https://github.com/soramitsu/iroha-ios.git",
"tag": "1.0.0a5"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"IrohaSwift/libs/*.{h,c}",
"IrohaSwift/*.{h,swift}"
],
"public_header_files": "IrohaSwift/*.h",
"preserve_paths": "IrohaSwift/libs/module.modulemap",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/**",
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/IrohaSwift/**"
}
}