Skip to content

Commit

Permalink
* First release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jed-kyung committed Aug 1, 2017
1 parent 496f135 commit 8d91e3e
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ target 'YOUR_PROJECT' do
use_frameworks!
# Pods for SendBird Desk
pod 'SendBirdDesk', :git => 'https://github.com/smilefam/SendBirdDesk-iOS-Framework.git'
pod 'SendBirdDesk', :git => 'https://github.com/smilefam/SendBird-Desk-iOS-Framework.git'
end
```
2. Run `pod install`.
Expand Down
Binary file modified SendBirdDesk.framework/Assets.car
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKAdminMessageTableViewCell.nib
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKChattingViewController.nib
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKInboxTicketTableViewCell.nib
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKInboxViewController.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKIncomingUrlPreviewTableViewCell.nib
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKIncomingUserMessageTableViewCell.nib
Binary file not shown.
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKOpenSourceLicenseViewController.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKOutgoingUrlPreviewTableViewCell.nib
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKOutgoingUserMessageTableViewCell.nib
Binary file not shown.
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKSettingsViewController.nib
Binary file not shown.
Binary file modified SendBirdDesk.framework/SBDSKWebViewController.nib
Binary file not shown.
Binary file modified SendBirdDesk.framework/SendBirdDesk
Binary file not shown.
2 changes: 1 addition & 1 deletion SendBirdDesk.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = "https://desk.sendbird.com"
s.license = "Commercial"
s.author = { "Jed Gyeong" => "jed.gyeong@sendbird.com" }
s.source = { :git => "https://github.com/smilefam/SendBirdDesk-iOS-Framework.git", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/smilefam/SendBird-Desk-iOS-Framework.git", :tag => "v#{s.version}" }
s.requires_arc = true
s.platform = :ios, "8.0"
s.documentation_url = 'https://docs.sendbird.com/'
Expand Down

0 comments on commit 8d91e3e

Please sign in to comment.