[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / c / d / BitmarkSDK / 2.6.0 / BitmarkSDK.podspec.json
blob80b54f0637c8c37d9beff17193162455e376c07a
2   "name": "BitmarkSDK",
3   "version": "2.6.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.6.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "BitmarkSDK/**/*.{h,c,swift}",
28       "private_header_files": "BitmarkSDK/tiny_sha3/*.h",
29       "preserve_paths": "BitmarkSDK/tiny_sha3/module.modulemap",
30       "pod_target_xcconfig": {
31         "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/BitmarkSDK/tiny_sha3"
32       },
33       "dependencies": {
34         "TweetNacl": [
36         ],
37         "KeychainAccess": [
39         ],
40         "SwiftCentrifuge": [
42         ]
43       }
44     },
45     {
46       "name": "RxSwift",
47       "source_files": "RxBitmarkSDK/**/*.{swift}",
48       "dependencies": {
49         "BitmarkSDK/Core": [
51         ],
52         "RxSwift": [
53           "~> 5.0"
54         ]
55       }
56     }
57   ]