mirror of
https://github.com/Meituan-Dianping/Logan.git
synced 2025-12-08 19:25:57 +00:00
8 lines
133 B
Ruby
8 lines
133 B
Ruby
platform :ios, '9.0'
|
|
use_frameworks!
|
|
|
|
target 'Logan-iOS_Example' do
|
|
# pod 'Logan', '~> 1.2.10'
|
|
pod 'Logan', :path => '../../'
|
|
end
|