Skip to content

Commit

Permalink
Have consistent podspec and info plist
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaKirev committed May 9, 2019
1 parent 3219fb0 commit f7a307a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Metadata/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.1</string>
<string>1.4.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions OnboardKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "OnboardKit"
s.version = "1.4.1"
s.version = "1.4.2"
s.summary = "Customisable user onboarding for your iOS app"

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "11.0"

s.source = { :git => "https://github.com/NikolaKirev/OnboardKit.git", :tag => "v1.4.1" }
s.source = { :git => "https://github.com/NikolaKirev/OnboardKit.git", :tag => "v1.4.2" }
s.source_files = "OnboardKit"

end

0 comments on commit f7a307a

Please sign in to comment.