| { | |
| "name": "ATKColor", | |
| "version": "0.1.0", | |
| "summary": "Categories and Macros for easily creating UIColor/NSColor from hex values.", | |
| "homepage": "https://github.com/atomkirk/ATKColor", | |
| "license": "MIT", | |
| "authors": { | |
| "Adam Kirk": "atomkirk@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/atomkirk/ATKColor.git", | |
| "tag": "0.1.0" | |
| }, | |
| "social_media_url": "https://twitter.com/atomkirk", | |
| "platforms": { | |
| "ios": "5.0", | |
| "osx": "10.7" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes" | |
| } |