-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
29 lines (23 loc) · 813 Bytes
/
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
platform :ios, '11.0'
source 'https://github.com/CocoaPods/Specs.git'
inhibit_all_warnings!
project 'BluePlaquesLondon.xcodeproj'
target 'BluePlaquesLondon' do
pod 'TTTAttributedLabel', '2.0.0'
pod 'GoogleAnalytics', '3.17.0'
pod 'GoogleMaps', '3.8.0'
pod 'IntentKit', '0.7.5'
pod 'iOS-KML-Framework', '0.0.2'
pod 'GTMNSStringHTMLAdditions', '0.2.1'
pod 'MaterialComponents/Typography', '109.0.0'
pod 'MaterialComponents/Buttons', '109.0.0'
pod 'MaterialComponents/FlexibleHeader', '109.0.0'
pod 'MaterialComponents/Collections', '109.0.0'
pod 'MaterialComponents/CollectionCells', '109.0.0'
pod 'MaterialComponents/ActivityIndicator', '109.0.0'
target 'BluePlaquesLondonTests' do
inherit! :search_paths
pod 'OCMock', '~> 3.6.0'
pod 'OHHTTPStubs', '~> 6.1.0'
end
end