Skip to content

Commit

Permalink
Ready for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelnikov committed May 19, 2019
1 parent 1a2e462 commit 44c021c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PluggableAppDelegate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PluggableAppDelegate'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'A lightweight service-oriented ApplicationDelegate for iOS, made in Swift.'
s.description = 'Using PluggableAppDelegate you separate AppDelegate from the services that you can plug to it. Each ApplicationService has its own life cycle that is shared with AppDelegate.'
s.homepage = 'https://github.com/pchelnikov/PluggableAppDelegate'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/pchelnikov/PluggableAppDelegate.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/pchelnikov'

s.swift_version = "4.2"
s.swift_version = "5.0"
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/**/*.swift'
end
2 changes: 1 addition & 1 deletion PluggableAppDelegate/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.1</string>
<string>1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 44c021c

Please sign in to comment.