-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
33 lines (25 loc) · 668 Bytes
/
Podfile
File metadata and controls
33 lines (25 loc) · 668 Bytes
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, '10.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'SunriseSunset' do
inherit! :search_paths
pod 'SPPermission/Notification'
pod 'SPPermission/Location'
pod 'Alamofire', '~> 5.0.0-beta.6'
pod 'EDSunriseSet', '~> 1.0'
pod 'UIView-Easing'
pod 'SwiftLocation', '~> 4.0'
pod 'GooglePlaces'
pod 'Fabric'
pod 'Crashlytics'
end
target 'SolisWidget' do
inherit! :search_paths
pod 'EDSunriseSet', '~> 1.0'
pod 'SwiftLocation', '~> 4.0'
end
target 'SunriseSunsetTests' do
end
target 'SunriseSunsetUITests' do
end