Skip to content

Commit

Permalink
Merge pull request #12 from wokalski/10-tvOS-watchOS
Browse files Browse the repository at this point in the history
tvOS and watchOS compatibility
  • Loading branch information
wokalski authored Nov 22, 2016
2 parents ade00c6 + d74bf30 commit 257e2d8
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Diff.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Diff"
s.version = "0.1"
s.version = "0.2"
s.summary = "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils."
s.homepage = "https://github.com/wokalski/Diff.swift"
s.description = <<-DESC
Expand All @@ -12,10 +12,11 @@ This library generates differences between any two Collections (and Strings). It
s.author = { "Wojtek Czekalski" => "[email protected]" }
s.social_media_url = "https://twitter.com/wokalski"

s.platforms = { :ios => "9.0", :osx => "10.11" }
s.platforms = { :ios => "9.0", :osx => "10.11", :tvos => "10.0", :watchos => "3.0" }
s.osx.exclude_files = "Sources/Diff+UIKit.swift"

s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.1" }
s.watchos.exclude_files = "Sources/Diff+UIKit.swift"

s.source = { :git => "https://github.com/wokalski/Diff.swift.git", :tag => "0.2" }

s.source_files = "Sources"
end
Loading

0 comments on commit 257e2d8

Please sign in to comment.