mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
9 lines
167 B
Ruby
9 lines
167 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
use_frameworks!
|
|
platform :ios, '8.0'
|
|
|
|
workspace 'IGListKit'
|
|
|
|
target 'IGListKitTests' do
|
|
pod 'OCMock', '~> 3.0'
|
|
end
|