[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 3 / c / d / BitmarkSDK / 2.5.1 / BitmarkSDK.podspec.json
blob68eff78b03f8bca44581d26e581a7e113f0ef5e5
2   "name": "BitmarkSDK",
3   "version": "2.5.1",
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.5.1"
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   }