blob: b36316611dd7c23723c9ed8218f8f9b14eda9dae [file] [log] [blame]
{
"name": "cblock",
"version": "0.1.0",
"summary": "A class that leverages blocks to allow for better organization of code in some cases.",
"description": "This pod defines a class \"cblock\" with just two class methods--[cblock make:] and [cblock run:]. The make: method allows the programmer to use a block to define a custom object, keeping all of the intialization code together and making the code overall easier to read. The run: method simply allows the programmer to run a block as soon as it is defined, but offers an inline solution to do so.",
"homepage": "https://github.com/cfeenstra67/cblock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cfeenstra67": "cameron.l.feenstra@gmail.com"
},
"source": {
"git": "https://github.com/cfeenstra67/cblock.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "cblock/Classes/**/*"
}