Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Initial Commit of Swift Implantation of JSQMessagesViewController. Project only as per @jessesquires request of doing small pull requests. #1568

Merged
merged 2 commits into from
May 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions SwiftExample/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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

13 changes: 13 additions & 0 deletions SwiftExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
PODS:
- JSQMessagesViewController (7.2.0):
- JSQSystemSoundPlayer (~> 2.0.1)
- JSQSystemSoundPlayer (2.0.1)

DEPENDENCIES:
- JSQMessagesViewController

SPEC CHECKSUMS:
JSQMessagesViewController: 73cab48aa92fc2d512f3b6724f3425cc47a19eb5
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d

COCOAPODS: 0.39.0
Loading