blob: 67e161e406c98b6c9a3db884bb5fe068d6bdd8d1 [file] [log] [blame]
{
"name": "XM_NSNotification",
"version": "0.0.1",
"summary": "XM_NSNotification is a small framework which can help you manage you NSNotification.",
"platforms": {
"ios": "7.0"
},
"description": "XM_NSNotification is small framework which can help your remove observer automaticly when you register NSNotification in your project.",
"homepage": "https://github.com/DreamOfXM/XM_NSNotification.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamOfXM": "hnyxgxm2009@163"
},
"source": {
"git": "https://github.com/DreamOfXM/XM_NSNotification.git",
"tag": "0.0.1"
},
"source_files": [
"XM_NSNotification",
"XM_NSNotification/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}