mirror of
https://github.com/averello/RepresentationKit.git
synced 2026-07-08 18:05:38 +02:00
52bd822d48
Signed-off-by: Georges Boumis <developer.george.boumis@gmail.com>
7 lines
122 B
Ruby
7 lines
122 B
Ruby
use_frameworks!
|
|
target 'RepresentationKit_Tests' do
|
|
platform :ios, '8.0'
|
|
|
|
pod 'RepresentationKit', :path => '../'
|
|
end
|