[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / c / d / BitmarkSDK / 2.8.0 / BitmarkSDK.podspec.json
blob90db6a0e7168fa178ab8c59fd8aa12dfea2285dc
2   "name": "BitmarkSDK",
3   "version": "2.8.0",
4   "summary": "Bitmark SDK written in Swift.",
5   "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.",
6   "homepage": "https://github.com/bitmark-inc/bitmark-sdk-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bitmark Inc.": "support@bitmark.com"
13   },
14   "social_media_url": "https://twitter.com/bitmarkinc",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/bitmark-inc/bitmark-sdk-swift.git",
21     "tag": "2.8.0"
22   },
23   "default_subspecs": "Core",
24   "swift_versions": "4.2",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "BitmarkSDK/**/*.{h,c,swift}",
29       "private_header_files": "BitmarkSDK/tiny_sha3/*.h",
30       "preserve_paths": "BitmarkSDK/tiny_sha3/module.modulemap",
31       "pod_target_xcconfig": {
32         "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/BitmarkSDK/tiny_sha3"
33       },
34       "dependencies": {
35         "TweetNacl": [
37         ],
38         "KeychainAccess": [
40         ],
41         "SwiftCentrifuge": [
43         ],
44         "BIP39": [
46         ]
47       }
48     },
49     {
50       "name": "RxSwift",
51       "source_files": "RxBitmarkSDK/**/*.{swift}",
52       "dependencies": {
53         "BitmarkSDK/Core": [
55         ],
56         "RxSwift": [
57           "~> 5.0"
58         ]
59       }
60     }
61   ],
62   "swift_version": "4.2"