Skip to content

Commit f0a125f

Browse files
committed
Added routes for getting offers at app start and interacting with google API.
1 parent ee9449e commit f0a125f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+388785
-45
lines changed

.DS_Store

8 KB
Binary file not shown.

Podfile

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Uncomment the next line to define a global platform for your project
2+
platform :ios, '11.0'
3+
inhibit_all_warnings!
4+
5+
target 'RealDeal' do
6+
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
7+
use_frameworks!
8+
9+
# Pods for RealDeal
10+
pod 'Alamofire', '~> 4.4'
11+
pod 'SwiftyJSON', '~> 3.1.4'
12+
13+
post_install do |installer|
14+
installer.pods_project.targets.each do |target|
15+
target.build_configurations.each do |config|
16+
config.build_settings['SWIFT_VERSION'] = '3.0'
17+
end
18+
end
19+
end
20+
21+
end

Podfile.lock

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
PODS:
2+
- Alamofire (4.4.0)
3+
- SwiftyJSON (3.1.4)
4+
5+
DEPENDENCIES:
6+
- Alamofire (~> 4.4)
7+
- SwiftyJSON (~> 3.1.4)
8+
9+
SPEC CHECKSUMS:
10+
Alamofire: dc44b1600b800eb63da6a19039a0083d62a6a62d
11+
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220
12+
13+
PODFILE CHECKSUM: 5b080e0ba0401e787bd7f3bb44ce9a1a0a18280d
14+
15+
COCOAPODS: 1.2.1

Pods/Alamofire/LICENSE

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)