-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPodfile
32 lines (28 loc) · 1.12 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
use_frameworks!
target "ureport" do
pod 'TPKeyboardAvoiding'
pod 'FBSDKLoginKit', '4.23.0'
pod 'FBSDKCoreKit', '4.23.0'
pod 'Google/SignIn', '1.3.2'
pod 'Google/Analytics', '1.3.2'
pod 'GoogleUtilities', '1.1.0'
pod 'SDWebImage'
pod 'AWSS3', '~> 2.2.0'
pod 'NYTPhotoViewer', '1.1.0'
pod 'SwiftAddressBook', :git => 'https://github.com/SocialbitGmbH/SwiftAddressBook', :branch => 'chunkyguy-swift3'
pod 'JSQMessagesViewController', '7.2.0'
pod 'youtube-ios-player-helper', '0.1.6'
pod 'IlhasoftCore', :git => 'git@bitbucket.org:ilhasoft/ilhasoft-core-ios.git', :branch => 'develop'
pod 'Proposer', ‘1.1.0’
pod 'ISScrollViewPageSwift', :git => 'https://github.com/Ilhasoft/ISScrollViewPageSwift', :branch => 'master'
pod 'DBSphereTagCloud', :git => 'https://github.com/danielblx/DBSphereTagCloud.git'
pod 'QRCodeReader.swift', '7.2.0'
pod 'SRKControls', :git => 'https://github.com/Ilhasoft/SRKControls'
pod 'STTwitter'
pod 'Firebase/Core', '4.0.4'
pod 'Firebase/Messaging', '4.0.4'
pod 'Firebase/Auth', '4.0.4'
pod 'Firebase/Database', '4.0.4'
end