blob: f8eba90342ba2f19a8f9a66ff325a2902ca158da [file] [log] [blame]
{
"name": "ODBlocks",
"version": "1.5.2",
"summary": "Utility classes for working with Objective-C blocks.",
"homepage": "https://github.com/Rogaven/ODX.Blocks",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Nazaroff": "alexx.nazaroff@gmail.com"
},
"source": {
"git": "https://github.com/Rogaven/ODX.Blocks.git",
"tag": "1.5.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.6",
"watchos": "1.0"
},
"source_files": "src/**/*",
"requires_arc": true,
"dependencies": {
"ODProperties": [
"~> 1.0"
]
}
}