Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed May 14, 2019
1 parent 7815187 commit 65d9688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QuickActions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/ricardopereira/QuickActions.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/ricardopereiraw'

s.platform = :ios, '8.0'
s.platform = :ios, '8.1'
s.requires_arc = true
s.swift_version = '4.2'

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

0 comments on commit 65d9688

Please sign in to comment.