AWSExtensions
This is Swift Library for Generic extensions.
Installation
CocoaPods
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like AWSPlacePicker
in your projects.
First, add the following line to your Podfile:
pod 'AWSExtensions'
Second, install AWSExtensions
into your project:
pod install
Usage
Import Library into View Controller Where you want to use utilities
import AWSExtensions
Than start using like
Date().toString(formatter: .fullDescriptive)
Keep enjoying
License
AWSPlacePicker
is distributed under the terms and conditions of the [MIT license]