Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #68 from Gigha/master
Browse files Browse the repository at this point in the history
Support tvos on CocoaPods #67
  • Loading branch information
siegesmund authored Aug 18, 2016
2 parents eea2668 + a23ea2c commit de60d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftDDP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/psiegesmund'

s.requires_arc = true
s.platform = :ios, '8.1'
s.platform = { :ios => '8.1', :tvos => nil }
s.source_files = 'SwiftDDP/**/*.swift'

s.dependency 'CryptoSwift', '~> 0.3'
Expand Down

0 comments on commit de60d19

Please sign in to comment.