blob: 80b54f0637c8c37d9beff17193162455e376c07a [file] [log] [blame]
{
"name": "BitmarkSDK",
"version": "2.6.0",
"summary": "Bitmark SDK written in Swift.",
"description": "The Bitmark SDK enables creation, transfer, and authentication of digital properties in the Bitmark property system. The SDK's simplified interface allows developers to easily build on the core Bitmark infrastructure by reading from and writing to the Bitmark blockchain.",
"homepage": "https://github.com/bitmark-inc/bitmark-sdk-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bitmark Inc.": "support@bitmark.com"
},
"social_media_url": "https://twitter.com/bitmarkinc",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/bitmark-inc/bitmark-sdk-swift.git",
"tag": "2.6.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "BitmarkSDK/**/*.{h,c,swift}",
"private_header_files": "BitmarkSDK/tiny_sha3/*.h",
"preserve_paths": "BitmarkSDK/tiny_sha3/module.modulemap",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/BitmarkSDK/tiny_sha3"
},
"dependencies": {
"TweetNacl": [
],
"KeychainAccess": [
],
"SwiftCentrifuge": [
]
}
},
{
"name": "RxSwift",
"source_files": "RxBitmarkSDK/**/*.{swift}",
"dependencies": {
"BitmarkSDK/Core": [
],
"RxSwift": [
"~> 5.0"
]
}
}
]
}