Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions IGInterfaceDataTable.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |spec|
spec.name = 'IGInterfaceDataTable'
spec.version = '0.1.0'
spec.version = '0.1.1'
spec.license = { :type => 'BSD' }
spec.authors = { 'Ryan Nystrom' => 'rnystrom@fb.com' }
spec.summary = 'A category on WKInterfaceTable that makes configuring tables with multi-dimensional data easier.'
spec.source = { :git => 'https://github.com/instagram/IGInterfaceDataTable.git', :tag => '0.1.0' }
spec.source = { :git => 'https://github.com/instagram/IGInterfaceDataTable.git', :tag => "#{spec.version}" }
spec.homepage = 'https://github.com/Instagram/IGInterfaceDataTable'

spec.public_header_files = [
Expand All @@ -20,4 +20,5 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'https://twitter.com/fbOpenSource'

spec.ios.deployment_target = '8.2'
spec.watchos.deployment_target = '2.0'
end