You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BitcoinKit.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.newdo |spec|
2
2
spec.name='BitcoinKit'
3
-
spec.version='1.1.0-beta5'
3
+
spec.version='1.1.0'
4
4
spec.summary='Bitcoin(BCH/BTC) protocol toolkit for Swift'
5
5
spec.description=<<-DESC
6
6
The BitcoinKit library is a Swift implementation of the Bitcoin(BCH/BTC) protocol. This library was originally made by Katsumi Kishikawa, and now is maintained by Yenom Inc. It allows maintaining a wallet and sending/receiving transactions without needing a full blockchain node. It comes with a simple wallet app showing how to use it.
0 commit comments