[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 1 / KinSDK / 1.0.0 / KinSDK.podspec.json
blob7623808380fd44ca31271101a23f84ccca21dd2f
2   "name": "KinSDK",
3   "version": "1.0.0",
4   "summary": "Pod for the KIN SDK.",
5   "description": "Initial pod for the KIN SDK.",
6   "homepage": "https://github.com/kinecosystem/kin-sdk-ios",
7   "license": {
8     "type": "Kin Ecosystem SDK License"
9   },
10   "authors": {
11     "Kin Foundation": "info@kin.org"
12   },
13   "source": {
14     "git": "https://github.com/kinecosystem/kin-sdk-ios.git",
15     "tag": "1.0.0",
16     "submodules": true
17   },
18   "source_files": [
19     "KinSDK/KinSDK/source/*.swift",
20     "KinSDK/KinSDK/source/blockchain/**/*.swift",
21     "KinSDK/KinSDK/source/third-party/SHA256.swift",
22     "KinSDK/KinSDK/source/third-party/keychain-swift/KeychainSwift/*.swift",
23     "KinSDK/KinSDK/source/Utilities/*.swift"
24   ],
25   "dependencies": {
26     "KinUtil": [
27       "0.1.0"
28     ],
29     "Sodium": [
30       "0.8.0"
31     ]
32   },
33   "platforms": {
34     "ios": "8.0"
35   },
36   "swift_version": "5.0"