[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / d / BitmarkSDK / 2.3.0 / BitmarkSDK.podspec.json
blobaf555bc032ca61099599825cac4c88f6e06a925d
2   "name": "BitmarkSDK",
3   "version": "2.3.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.3.0"
22   },
23   "source_files": "BitmarkSDK/**/*.{h,c,swift}",
24   "private_header_files": "BitmarkSDK/tiny_sha3/*.h",
25   "preserve_paths": "BitmarkSDK/tiny_sha3/module.modulemap",
26   "pod_target_xcconfig": {
27     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/BitmarkSDK/tiny_sha3"
28   },
29   "dependencies": {
30     "TweetNacl": [
32     ],
33     "KeychainAccess": [
35     ]
36   }