blob: 5fd3eb293918d570340eb6c884a2686b9e1e8bd3 [file] [log] [blame]
{
"name": "NCController",
"version": "0.1.0",
"summary": "NSNotificationCenter controller based on idea of Facebook KVOController",
"description": "NCController allows you to observe default's NSNotificationCenter\nnotifications using blocks and do not care of unobservation.\n\nSingle class: MLWNCController",
"homepage": "https://github.com/Searchie/NCController",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/Searchie/NCController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}