blob: 9b41c1269f7a908308ae62edc0acdc762dabfc18 [file] [log] [blame]
{
"name": "SRGModelEvent",
"version": "0.0.2",
"summary": "SRGModelEvent is thin wrapper library of NSNotification to observe/notify your model more easily.",
"homepage": "https://github.com/soragoto/SRGModelEvent",
"license": "MIT",
"authors": {
"Norihiro Sakamoto": "nori0620@gmail.com"
},
"source": {
"git": "https://github.com/soragoto/SRGModelEvent.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}