Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Jan 6, 2019
1 parent bd957c1 commit 5d32687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AKSideMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |spec|
spec.name = "AKSideMenu"
spec.version = "1.4.2"
spec.version = "1.4.3"
spec.summary = "Beautiful iOS side menu library with parallax effect. Written in Swift"
spec.homepage = "https://github.com/dogo/AKSideMenu"

spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Diogo Autilio" => "[email protected]" }
spec.social_media_url = "http://twitter.com/di_autilio"
spec.platform = :ios
spec.frameworks = "UIKit", "Foundation", "CoreGraphics", "QuartzCore"
spec.frameworks = "UIKit", "Foundation", "CoreGraphics", "QuartzCore"
spec.ios.deployment_target = "8.0"
spec.swift_version = '4.2'
spec.swift_version = '4.2'
spec.source = { :git => "https://github.com/dogo/AKSideMenu.git", :tag => spec.version.to_s }
spec.source_files = "AKSideMenu/*.{swift}"
spec.requires_arc = true
Expand Down

0 comments on commit 5d32687

Please sign in to comment.