Skip to content

Commit

Permalink
Update Alpha.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Legoless committed Sep 18, 2015
1 parent d663912 commit fbe8949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alpha.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Alpha"
spec.version = "0.2.3"
spec.version = "0.2.4"
spec.summary = "Next generation debugging framework for iOS"
spec.description = <<-DESC
- A simple unified debugging plugin API.
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |spec|
spec.documentation_url = "https://github.com/Legoless/Alpha/wiki"
spec.author = { "Dal Rupnik" => "[email protected]" }
spec.social_media_url = "https://twitter.com/thelegoless"
spec.platform = :ios, "8.0"
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/legoless/Alpha.git", :tag => "#{spec.version}" }
spec.ios.deployment_target = '7.0'
spec.source_files = "Alpha/Alpha.h"
Expand Down

0 comments on commit fbe8949

Please sign in to comment.