-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rough code sketch. API call is mocked.
- Loading branch information
Showing
80 changed files
with
10,840 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# | ||
# Podfile | ||
# | ||
|
||
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios, '12.0' | ||
use_frameworks! | ||
|
||
|
||
# Pod definitions | ||
|
||
def basic_pods | ||
|
||
pod 'SwiftyJSON' | ||
pod 'CrossroadRegex' | ||
|
||
end | ||
|
||
def test_pods | ||
|
||
pod 'SwiftyJSON' | ||
pod 'CrossroadRegex' | ||
|
||
end | ||
|
||
|
||
# Target Definitions | ||
|
||
target 'Weather 5D' do | ||
basic_pods | ||
end | ||
|
||
target 'Weather 5DTests' do | ||
test_pods | ||
end | ||
|
||
|
||
post_install do |installer| | ||
installer.pods_project.targets.each do |target| | ||
target.build_configurations.each do |config| | ||
config.build_settings['SWIFT_VERSION'] = '4.2' | ||
end | ||
end | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PODS: | ||
- CrossroadRegex (1.1.0) | ||
- SwiftyJSON (4.0.0) | ||
|
||
DEPENDENCIES: | ||
- CrossroadRegex | ||
- SwiftyJSON | ||
|
||
SPEC CHECKSUMS: | ||
CrossroadRegex: 5eaadb3f7b4014728f1cbd1014756b126c1dbd9a | ||
SwiftyJSON: 070dabdcb1beb81b247c65ffa3a79dbbfb3b48aa | ||
|
||
PODFILE CHECKSUM: dac1cc7d207911c987c6a56b600a2f46d69efc01 | ||
|
||
COCOAPODS: 1.4.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.