[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 3 / c / d / BitmarkSDK / 2.1.0 / BitmarkSDK.podspec.json
blobd4e6cad2a22e0be4f464d8df62714d431c25c81a
2   "name": "BitmarkSDK",
3   "version": "2.1.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.1.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   }