blob: 75f2764d1433c827eca5f1d13df8fc6b84d40df8 [file] [log] [blame]
{
"name": "UCSafeNotification",
"version": "1.0",
"summary": "一个安全方便的利用代理思想和NSHashTable实现的通知",
"homepage": "https://github.com/RPGLiker/UCSafeNotification",
"license": "MIT",
"authors": {
"RPGLiker": "fanyang_32012@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RPGLiker/UCSafeNotification.git",
"tag": "1.0"
},
"source_files": "UCSafeNotification/UCSafeNotification/**/*.{h,m}",
"requires_arc": true
}