Latest | 1.3.0 |
---|---|
Homepage | https://github.com/vivi7/GMDColors |
License | MIT |
Platforms | ios 9.0, requires ARC |
Frameworks | UIKit |
Authors |
Written in Swift 3
Author
Favara Vincenzo [email protected]
Linkedin: https://www.linkedin.com/in/vincenzofavara
Features to develop:
- more performance memory
…
This library is young but it works perfectly.
Requirements
- iOS 9.0+
- Xcode 8
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects.
CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:
$ gem install cocoapods
To integrate Google Material Design Colors into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
pod 'GMDColors'
Then, run the following command:
$ pod install
Manually
- Copy
GMDColors.swift
file into your project
Usage
Super easy way how to use a normale UIColor.
You can find UIColor.whiteColor() and the new UIColor.GMDemeraldColor()
Colors taken from: http://www.flatuicolorpicker.com
Licence
Google Material Design Colors is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "GMDColors", "version": "1.3.0", "license": "MIT", "summary": "GMDColors Library for iOS", "homepage": "https://github.com/vivi7/GMDColors", "authors": { "Vincenzo Favara": "[email protected]" }, "source": { "git": "https://github.com/vivi7/GMDColors.git", "tag": "1.3.0" }, "source_files": "Source/GMDColors.swift", "platforms": { "ios": "9.0" }, "frameworks": "UIKit", "requires_arc": true, "pushed_with_swift_version": "3.0" }
Fri, 26 May 2017 00:00:04 +0000