Skip to content

Commit

Permalink
Stuff now ready for Github!
Browse files Browse the repository at this point in the history
Rough code sketch. API call is mocked.
  • Loading branch information
aaberga committed Sep 20, 2018
1 parent 74d6c73 commit 831a8de
Show file tree
Hide file tree
Showing 80 changed files with 10,840 additions and 59 deletions.
45 changes: 45 additions & 0 deletions Podfile
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

15 changes: 15 additions & 0 deletions Podfile.lock
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
202 changes: 202 additions & 0 deletions Pods/CrossroadRegex/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 831a8de

Please sign in to comment.