Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolyasev committed Oct 15, 2016
1 parent 97fdadd commit c3cf0c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SwiftJSONRPC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftJSONRPC"
s.version = "0.1.1"
s.version = "0.2.0"
s.summary = "Swift JSON-RPC client based on Alamofire"
s.homepage = "https://github.com/kolyasev/SwiftJSONRPC"
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions Tests/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Alamofire (3.5.1)
- Atomic (1.0.3)
- SwiftJSONRPC (0.1.1):
- SwiftJSONRPC (0.2.0):
- Alamofire (~> 3.5)
- Atomic (~> 1.0)
- SwiftyJSON (~> 2.4)
Expand All @@ -17,7 +17,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Alamofire: 0dfba1184a543e2aa160f4e39cac4e8aba48d223
Atomic: 6a65765cb7d197873633e2693ee612f036736689
SwiftJSONRPC: 487679c0fca044374ab42825078fb211bb143a98
SwiftJSONRPC: b893160b82198057971b12cf3ff5c76f747b76d4
SwiftyJSON: 96918c1bf505efa50c4f72957018dd3452090c9c

PODFILE CHECKSUM: 9197a32304356e1e76c7f3b34b74490af849ab5e
Expand Down

0 comments on commit c3cf0c7

Please sign in to comment.