[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / d / StellarWalletKit / 0.0.2 / StellarWalletKit.podspec.json
blob989ed12c00c1a544ba82ca15e569277db02d364c
2   "name": "StellarWalletKit",
3   "version": "0.0.2",
4   "summary": "Stellar Wallet Toolkit for iOS",
5   "swift_version": "4.0",
6   "description": "Stellar Wallet Toolkit for iOS - You can implement Stellar wallet without a server and blockchain knowledge.",
7   "homepage": "https://github.com/SteadyAction/StellarWalletKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "SteadyAction": "steadyaction@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/SteadyAction/StellarWalletKit.git",
17     "tag": "0.0.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/**/*",
23   "ios": {
24     "vendored_frameworks": "Carthage/Build/iOS/stellarsdk.framework"
25   }