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