forked from home-assistant/iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
47 lines (37 loc) · 1.2 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
# Uncomment this line if you're using Swift
use_frameworks!
plugin 'cocoapods-acknowledgements'
target 'HomeAssistant' do
pod 'Alamofire', '4.5.1'
pod 'AlamofireNetworkActivityIndicator', '2.2.0'
pod 'AlamofireObjectMapper', '5.0.0'
pod 'CPDAcknowledgements', '1.0.0'
pod 'Crashlytics', '3.9.0'
pod 'DeviceKit', '1.4.0'
pod 'Eureka', '4.0.1'
pod 'Fabric', '1.7.0'
pod 'FontAwesomeKit/MaterialDesignIcons', :git => 'https://github.com/robbiet480/FontAwesomeKit.git', :branch => 'Material-Design-Icons'
pod 'KeychainAccess', '3.1.0'
pod 'MBProgressHUD', '1.0.0'
pod 'ObjectMapper', '3.0.0'
pod 'PromiseKit', '4.4.3'
pod 'SwiftGen', '5.2.0'
pod 'SwiftLint', '0.23.1'
pod 'SwiftLocation', :git => 'https://github.com/hamzaansari09/SwiftLocation.git', :branch => 'master'
end
target 'HomeAssistantTests' do
end
target 'HomeAssistantUITests' do
end
target 'APNSAttachmentService' do
pod 'KeychainAccess', '3.1.0'
end
target 'MapNotificationContentExtension' do
pod 'MBProgressHUD', '1.0.0'
end
target 'NotificationContentExtension' do
pod 'KeychainAccess', '3.1.0'
pod 'MBProgressHUD', '1.0.0'
end