blob: 2a5edd4c58739c85aa918b699a290c0bb45c4a69 [file] [log] [blame]
{
"name": "ConciseKit",
"version": "0.1.2",
"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.2"
},
"source_files": "src/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": false
}