Skip to content

Commit

Permalink
Platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
eneko committed Feb 10, 2016
1 parent a0f8426 commit 5cba4a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Parsimmon.podspec
Expand Up @@ -2,8 +2,11 @@ Pod::Spec.new do |s|
# pod customization goes in here
s.name = 'Parsimmon'
s.version = '0.5.0'
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"

s.license = { :type => 'MIT' }
s.homepage = 'http://www.parsimmon.com'
s.summary = 'Linguistics toolkit for iOS'
Expand Down

0 comments on commit 5cba4a7

Please sign in to comment.