8 lines
166 B
Ruby
8 lines
166 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
use_frameworks!
|
|
platform :ios, '8.0'
|
|
|
|
target 'UIDevice-Utils_Example' do
|
|
pod "UIDevice-Utils", :path => "../"
|
|
end
|