Skip to content

Commit

Permalink
Fixing Podspec to made it available on both platforms (ios and tvos)
Browse files Browse the repository at this point in the history
  • Loading branch information
iGranDav committed Oct 20, 2015
1 parent b30cd28 commit e0addc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FontAwesomeKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Pod::Spec.new do |s|
s.screenshots = "http://i.minus.com/i3vNn0fTwcJeI.png", "http://i.minus.com/ivKqhOLJLVvmJ.png"
s.license = 'MIT'
s.author = { "Pride Chung" => "[email protected]" }
s.source = { :git => "https://github.com/PrideChung/FontAwesomeKit.git", :branch => 'tvOS' }
s.platform = :ios, '6.0'
s.platform = :tvos, '9.0'
s.source = { :git => "https://github.com/PrideChung/FontAwesomeKit.git", :tag => '2.2.1' }
s.ios.deployment_target = '6.0'
s.ios.frameworks = 'UIKit', 'CoreText'
s.tvos.deployment_target = '9.0'
s.tvos.frameworks = 'UIKit', 'CoreText'
s.source_files = 'FontAwesomeKit/FontAwesomeKit.h'
s.requires_arc = true
Expand Down

0 comments on commit e0addc9

Please sign in to comment.