mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-03-27 22:46:49 +08:00
17 lines
213 B
Ruby
17 lines
213 B
Ruby
xcodeproj 'Demo.xcodeproj'
|
|
|
|
platform :ios, '8.0'
|
|
|
|
target 'DemoObjC' do
|
|
|
|
pod "IQKeyboardManager", :path => "."
|
|
|
|
end
|
|
|
|
target 'DemoSwift' do
|
|
use_frameworks!
|
|
|
|
pod "IQKeyboardManagerSwift", :path => "."
|
|
|
|
end
|