Latest | 1.0.0 |
---|---|
Homepage | https://github.com/daniel-barros/ExtendedCoreGraphics |
License | MIT |
Platforms | ios 9.0, watchos 2.0, tvos 9.0, osx 10.10, requires ARC |
Authors |
Extensions for the CoreGraphics framework.
Check out ExtendedUIKit if you are interested in UIKit extensions.
Installation
CocoaPods
Install CocoaPods with the following command:
$ gem install cocoapods
Go to your project directory and create a Podfile
with:
$ pod init
Add these lines to your Podfile
:
use_frameworks!
target '<Your Target Name>' do
pod 'ExtendedCoreGraphics'
end
Finally, run the following command:
$ pod install
Manually
Drag the whole project into your workspace, build it, and add the framework to the Embedded Binaries of your project.
Latest podspec
{ "name": "ExtendedCoreGraphics", "version": "1.0.0", "summary": "Extensions for the Core Graphics framework.", "homepage": "https://github.com/daniel-barros/ExtendedCoreGraphics", "license": { "type": "MIT", "file": "LICENSE.md" }, "authors": { "Daniel Barros": "[email protected]" }, "source": { "git": "https://github.com/daniel-barros/ExtendedCoreGraphics.git", "tag": "1.0.0" }, "platforms": { "ios": "9.0", "watchos": "2.0", "tvos": "9.0", "osx": "10.10" }, "source_files": "Sources/**/*.{h,swift}", "requires_arc": true, "pushed_with_swift_version": "4.0" }
Mon, 23 Oct 2017 13:20:11 +0000