mirror of
https://github.com/tappollo/IGListKit.git
synced 2026-05-19 19:19:25 +08:00
10 lines
167 B
Ruby
10 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
|