Latest | 0.1.0 |
---|---|
Homepage | https://github.com/akhilwaghmare/AWComponents |
License | MIT |
Platforms | ios 9.0 |
Frameworks | UIKit |
Authors |
This cocoapod contains a collection of useful components for iOS development, including helpers for UIColor
, UIView
anchors, and ImageView
with caching. The code is heavily based off of the LBTAComponents cocoapod developed by Brian Voong.
Read more about the development of this pod on Medium.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
AWComponents is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'AWComponents'
Author
Akhil Waghmare, [email protected]
License
AWComponents is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "AWComponents", "version": "0.1.0", "summary": "Collection of components used frequently in iOS development.", "description": "This Pod includes multiple classes and components used frequently in iOS development.", "homepage": "https://github.com/akhilwaghmare/AWComponents", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Akhil Waghmare": "[email protected]" }, "source": { "git": "https://github.com/akhilwaghmare/AWComponents.git", "tag": "0.1.0" }, "platforms": { "ios": "9.0" }, "swift_version": "5.0", "source_files": "AWComponents/Classes/**/*", "frameworks": "UIKit" }
Mon, 03 Jun 2019 10:01:09 +0000