Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
updated pod to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotethegr8 committed Jul 7, 2019
1 parent c61a254 commit e957c67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion KinEcosystem.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KinEcosystem'
s.version = '0.10.0-beta-2'
s.version = '1.2.0'
s.summary = 'Kin Ecosystem mobile sdk for iOS'
s.description = <<-DESC
Kin ecosystem mobile sdk for iOS
Expand Down
2 changes: 1 addition & 1 deletion KinEcosystem/KinEcosystem/Core/Kin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import StellarErrors
import KinUtil
import KinMigrationModule

let SDKVersion = "0.10.0"
let SDKVersion = "1.2.0"

public typealias KinUserStatsCallback = (UserStats?, Error?) -> ()
public typealias KinLoginCallback = (Error?) -> ()
Expand Down
6 changes: 3 additions & 3 deletions KinEcosystem/KinEcosystem/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo library access is required for backup and restore of your wallet</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

0 comments on commit e957c67

Please sign in to comment.