Skip to content

Commit

Permalink
Removed support for iOS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Legoless committed May 5, 2015
1 parent 7456a2a commit d42086f
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.1.1"
spec.version = "0.1.2"
spec.summary = "A set of in-app debugging and exploration tools for iOS"
spec.description = <<-DESC
- Inspect and modify views in the hierarchy.
Expand All @@ -27,7 +27,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => "BSD", :file => "LICENSE" }
spec.author = { "Dal Rupnik" => "[email protected]", "Ryan Olson" => "[email protected]" }
spec.social_media_url = "https://twitter.com/thelegoless"
spec.platform = :ios, "6.0"
spec.platform = :ios, "7.0"
spec.source = { :git => "https://github.com/legoless/Alpha.git", :tag => "#{spec.version}" }
spec.source_files = "Classes/**/*.{h,m}"
spec.frameworks = "CoreGraphics"
Expand Down

0 comments on commit d42086f

Please sign in to comment.