Skip to content

Commit

Permalink
Added support tvOS and watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Oct 22, 2015
1 parent b26cf14 commit 98a0d42
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Kanna.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Kanna"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "Kanna is an XML/HTML parser for iOS/Mac OS X."
s.homepage = "https://github.com/tid-kijyun/Kanna"
s.license = 'MIT'
Expand All @@ -10,6 +10,8 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
s.requires_arc = true

s.source_files = ['Source/**/*.swift', 'Source/**/*.h', 'Library/**/*.h']
Expand Down
Loading

0 comments on commit 98a0d42

Please sign in to comment.