| { | |
| "name": "ConciseKit", | |
| "version": "0.1.1", | |
| "license": "MIT", | |
| "summary": "A set of Objective-C additions and macros that lets you write code more quickly.", | |
| "homepage": "http://github.com/petejkim/ConciseKit", | |
| "authors": { | |
| "Peter Jihoon Kim": "raingrove@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/petejkim/ConciseKit.git", | |
| "tag": "v0.1.1" | |
| }, | |
| "source_files": "src/**/*.{h,m}", | |
| "frameworks": "Foundation", | |
| "requires_arc": false | |
| } |