Skip to content

Commit

Permalink
Bump v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Mar 1, 2016
1 parent 813eeda commit e25b0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuickActions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QuickActions"
s.version = "1.1"
s.version = "1.2"
s.summary = "Swift wrapper for iOS Home Screen Quick Actions"
s.homepage = "https://github.com/ricardopereira/QuickActions"
s.license = 'MIT'
Expand All @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = '*.{h,swift}'
s.source_files = 'QuickActions/*.{h}', 'Source/**/*.{h,swift}'
s.frameworks = 'UIKit'
end

0 comments on commit e25b0bb

Please sign in to comment.