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