Skip to content

Commit

Permalink
Merge pull request #20 from uber/artman/podspec
Browse files Browse the repository at this point in the history
Set podspec iOS target back to 7.0
  • Loading branch information
artman committed Jan 4, 2016
2 parents 3372c55 + 2ae4198 commit 1d87515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UberSignals.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'UberSignals'
s.version = '2.2.0'
s.version = '2.2.1'
s.license = { :type => 'MIT' }
s.summary = 'Signals is an eventing framework that enables you to implement the Observable pattern without using NSNotifications.'
s.homepage = 'https://github.com/uber/signals-ios'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/uber/signals-ios.git', :tag => s.version }
s.requires_arc = true

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.7'

s.source_files = "#{s.name}/**/*.{h,m}"
Expand Down

0 comments on commit 1d87515

Please sign in to comment.