blob: 59dc672b857ea2850cff830de28877c335b56ccc [file] [log] [blame]
{
"name": "REKit",
"version": "1.0.0",
"summary": "A collection of NSObject extensions that brings out Blocks latent ability.",
"homepage": "https://github.com/zuccoi/REKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kazki Miura": "ili.o0o@me.com"
},
"source": {
"git": "https://github.com/zuccoi/REKit.git",
"tag": "1.0.0"
},
"source_files": [
"REKit",
"REKit/**/*.{h,m}"
],
"platforms": {
"osx": "10.7",
"ios": "5.0"
},
"requires_arc": false
}