blob: 7fe567fc31f8df244ffa2a8ed2e63e640470e463 [file] [log] [blame]
{
"name": "GKUInteraction",
"version": "0.1.0",
"summary": "Helper classes to decouple interaction between instances for Objective-C",
"homepage": "https://github.com/gKamelo/GKUInteraction",
"license": "MIT",
"authors": {
"Kamil Grzegorzewicz": "grzegorzewicz.k@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gKamelo/GKUInteraction.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}