Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Jun 29, 2019
1 parent cb38cc9 commit d2442dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MKDataDetector.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Pod::Spec.new do |spec|
spec.name = 'MKDataDetector'
spec.version = '2.0.2'
spec.version = '3.0.0'
spec.watchos.deployment_target = '2.0'
spec.tvos.deployment_target = '9.0'
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down

0 comments on commit d2442dc

Please sign in to comment.