Skip to content

Commit

Permalink
Version bump & dependency removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mozharovsky committed Sep 18, 2016
1 parent 4e89f6b commit b0f589e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions OnboardingKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "OnboardingKit"
s.version = "0.0.3"
s.version = "0.0.4"
s.summary = "A simple and interactive framework for making iOS onboarding experience easy and fun!"
s.homepage = "https://github.com/Athlee/OnboardingKit"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -18,9 +18,10 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Athlee/OnboardingKit.git", :tag => s.version }
s.source_files = "Source/*.swift"
s.source_files = "Source/**/*.swift"
s.requires_arc = true

s.dependency 'TZStackView'
# Waiting for Swift 3 support
# s.dependency 'TZStackView'

end

0 comments on commit b0f589e

Please sign in to comment.