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

Commit

Permalink
Update Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzig authored Jun 2, 2017
1 parent d93cd31 commit 1f5427b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
use_frameworks!

target 'SKWebAPI macOS' do
platform :osx, '10.11'
pod 'SKCore'
pod 'SKWebAPI'
pod 'Starscream'
end

target 'SKWebAPI iOS' do
platform :ios, '9.0'
pod 'SKCore'
pod 'SKWebAPI'
pod 'Starscream'
end

target 'SKWebAPI tvOS' do
platform :tvos, '9.0'
pod 'SKCore'
pod 'SKWebAPI'
pod 'Starscream'
end
end

0 comments on commit 1f5427b

Please sign in to comment.