blob: a8ed0271250b98084124dea47644bf5b89556d59 [file] [log] [blame]
{
"name": "PencilCup",
"version": "1.0.0",
"summary": "Tools built to help use CoreGraphics more Swiftly",
"description": "Core Graphics is an amazingly useful library that I work with in every app I build. But I also have spent a lot of time writing lines of code to draw things that are very simple. So I have built a set of tools to add Swift syntax sugar to reduce code footprint and development time.",
"homepage": "https://github.com/joalbright/PencilCup",
"license": "MIT",
"authors": {
"Jo Albright": "me@jo2.co"
},
"source": {
"git": "https://github.com/joalbright/PencilCup.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/joalbright",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/*",
"resource_bundles": {
"PencilCup": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Inlinit": [
"~> 0.1"
]
}
}