blob: 31475d764c99873160f67608900611a702aaab8b [file] [log] [blame]
{
"name": "Guilloche",
"version": "0.0.2",
"summary": "Guilloche creates Guilloche patterns in a UIView.",
"description": " Guilloche creates [Guilloché Patterns](http://en.wikipedia.org/wiki/Guilloch%C3%A9) in UIViews. It's based heavily on [Tom Beddard](http://www.subblue.com/about)'s AS3 source code and [Guilloche Pattern Generator](http://www.subblue.com/projects/guilloche). We use it to generate unique backs for each deck of cards.\n",
"homepage": "https://github.com/carddeck/guilloche",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zane Shannon": "zcs@smileslaughs.com"
},
"social_media_url": "http://twitter.com/zaneshannon",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/carddeck/guilloche.git",
"tag": "0.0.2"
},
"screenshots": [
"https://github.com/carddeck/guilloche/blob/screenshots/screenshots/default-controls.png?raw=true",
"https://github.com/carddeck/guilloche/blob/screenshots/screenshots/default-fullscreen.png?raw=true",
"https://github.com/carddeck/guilloche/blob/screenshots/screenshots/fullscreen-alt.png?raw=true",
"https://github.com/carddeck/guilloche/blob/screenshots/screenshots/fullscreen-alt2.png?raw=true"
],
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": [
"Classes/GuillocheView.h"
],
"exclude_files": "Classes/Exclude"
}