Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Feb 13, 2018
1 parent 918f8f8 commit 8d74307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RxGoogleMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "RxGoogleMaps"
s.version = "3.0.0"
s.version = "3.0"
s.summary = "RxSwift reactive wrapper for GoogleMaps SDK."
s.homepage = "https://github.com/RxSwiftCommunity/RxGoogleMaps"
s.license = 'MIT'
s.author = { "Yongha Yoo" => "[email protected]" }
s.author = { "Yongha Yoo" => "[email protected]", "RxSwift Community" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/RxSwiftCommunity/RxGoogleMaps.git", :tag => s.version.to_s }
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ deployment:
release:
tag: /[0-9]+(\.[0-9]+)*/
commands:
- pod trunk push
- pod trunk push --skip-tests --allow-warnings

0 comments on commit 8d74307

Please sign in to comment.