blob: 6e55357db1da6426d2eb5f5d7b2b81ffc58ec69e [file] [log] [blame]
{
"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
}