https://github.com/johnsmithcoder1/clima
Get current weather in any city using REST API, JSON, Cocoapods, Swifty JSON, Alamofire, etc.
https://github.com/johnsmithcoder1/clima
alamofire cocoapods json rest-api swiftyjson
Last synced: 5 months ago
JSON representation
Get current weather in any city using REST API, JSON, Cocoapods, Swifty JSON, Alamofire, etc.
- Host: GitHub
- URL: https://github.com/johnsmithcoder1/clima
- Owner: JohnSmithCoder1
- Created: 2018-09-13T16:33:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T16:37:09.000Z (about 7 years ago)
- Last Synced: 2023-10-20T03:40:55.377Z (almost 2 years ago)
- Topics: alamofire, cocoapods, json, rest-api, swiftyjson
- Language: Swift
- Homepage: https://www.udemy.com/ios-12-app-development-bootcamp/
- Size: 1.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clima
Learn to make iOS Apps with [The App Brewery](https://www.appbrewery.co) 📱 | Project Stub | (Swift 4.0/Xcode 9) - Clima AppBeginner: Download the starter project files as .zip and extract the files to your desktop.
Pro: Git clone to your Xcode projects folder.
## Finished App
## Fix for Cocoapods v1.0.1 and below
```ruby
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.10'
end
end
end
```## Fix for App Transport Security Override
```XML
NSAppTransportSecurity
NSExceptionDomains
openweathermap.org
NSIncludesSubdomains
NSTemporaryExceptionAllowsInsecureHTTPLoads
```Copyright © The App Brewery