mirror of
https://github.com/averello/RepresentationKit.git
synced 2026-03-02 18:23:57 +01:00
10 lines
187 B
Ruby
10 lines
187 B
Ruby
use_frameworks!
|
|
pod 'RepresentationKit', :path => '../'
|
|
|
|
target 'RepresentationKit_Tests' do
|
|
platform :ios, '8.0'
|
|
end
|
|
target 'RepresentationKitMac_Tests' do
|
|
platform :macos, '10.9'
|
|
end
|