| { |
| "name": "Chromatology", |
| "version": "0.0.1", |
| "license": "MIT", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "homepage": "https://github.com/nickjwallin/Chromatology", |
| "summary": "A UIColor category providing an intuitive way to mix colors", |
| "authors": { |
| "Nick Wallin": "nickjwallin@gmail.com", |
| "Carl Benson": "carl@carldbenson.com" |
| }, |
| "source": { |
| "git": "https://github.com/nickjwallin/Chromatology.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "Chromatology/Chromatology/*.{h,m}", |
| "public_header_files": "Chromatology/Chromatology/*.h", |
| "requires_arc": true |
| } |