Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
Downgrading to iOS 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentNarbot committed Dec 3, 2016
1 parent 77d552f commit cf32b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whenTapped.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.authors = { "Vincent Narbot" => 'vincent@innovatice.tech' }
spec.social_media_url = "http://twitter.com/vincentnarbot"

spec.platform = :ios, "10.1"
spec.platform = :ios, "9.0"
spec.requires_arc = true
spec.source = { git: "https://github.com/VincentNarbot/whenTapped.git", tag: "v#{spec.version}", submodules: true }
spec.source_files = "whenTapped/**/*.{h,swift}"
Expand Down

0 comments on commit cf32b8c

Please sign in to comment.