13 lines
216 B
Ruby
13 lines
216 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
platform :ios, '9.0'
|
|
# Uncomment this line if you're using Swift
|
|
use_frameworks!
|
|
|
|
target 'SwiftExample' do
|
|
|
|
pod 'JSQMessagesViewController'
|
|
|
|
|
|
end
|
|
|