Skip to content

Commit

Permalink
try to fix error on pod trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
a-athaullah committed Nov 9, 2016
1 parent 5ca521c commit d856dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
5 changes: 2 additions & 3 deletions Qiscus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ s.homepage = "https://qisc.us"
s.license = "MIT"
s.author = "Ahmad Athaullah"

s.source = { :git => "https://github.com/qiscus/qiscus-sdk-ios.git", :tag => "#{s.version}", :branch => "swift3" }
s.source = { :git => "https://github.com/qiscus/qiscus-sdk-ios.git", :tag => "#{s.version}" }


s.source_files = "Qiscus/**/*.{swift}"
Expand All @@ -23,12 +23,11 @@ s.resource_bundles = {

s.platform = :ios, "9.0"

s.dependency 'Alamofire'
s.dependency 'Alamofire', '~> 4.0'
s.dependency 'AlamofireImage'
s.dependency 'PusherSwift'
s.dependency 'RealmSwift'
s.dependency 'SwiftyJSON'
s.dependency 'QToasterSwift'
s.dependency 'SJProgressHUD'
s.dependency 'ImageViewer'

Expand Down

0 comments on commit d856dea

Please sign in to comment.