Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Add tvOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 26, 2015
1 parent 50f79f2 commit f29a225
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DATASource.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pod::Spec.new do |s|
s.name = "DATASource"
s.version = "5.0.0"
s.version = "5.0.1"
s.summary = "NSFetchedResultsController made stupid easy "
s.homepage = "https://github.com/3lvis/DATASource"
s.license = 'MIT'
s.author = { "Elvis Nuñez" => "[email protected]" }
s.source = { :git => "https://github.com/3lvis/DATASource.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/3lvis'
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.source_files = 'Source/**/*'
s.frameworks = 'Foundation', 'UIKit', 'CoreData'
Expand Down

0 comments on commit f29a225

Please sign in to comment.