fnp
/
wl-app.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added iOS source code
[wl-app.git]
/
iOS
/
Podfile
1
platform :ios, '9.0'
2
use_frameworks!
3
4
def shared_pods
5
pod 'Alamofire'
6
# pod 'AlamofireLogger'
7
pod 'AlamofireActivityLogger'
8
# pod 'SwiftyJSON'
9
# pod 'ObjectMapper'
10
pod 'SwiftKeychainWrapper'
11
pod 'MBProgressHUD'
12
# pod 'IQKeyboardManagerSwift'
13
pod 'Kingfisher'
14
pod 'Fabric'
15
pod 'Crashlytics'
16
# pod 'RealmSwift'
17
# pod 'Toast-Swift'
18
pod 'FolioReaderKit'
19
pod 'SideMenu'
20
pod 'Toast-Swift'
21
pod 'MZDownloadManager'
22
pod 'OAuthSwift'
23
pod 'MatomoTracker'
24
pod 'Firebase/Core'
25
pod 'Firebase/Messaging'
26
end
27
28
target 'WolneLektury' do
29
shared_pods
30
end