blob: b67054f82a63ac8cb1a600fad6a685dd49732a76 [file] [log] [blame]
{
"name": "Observing",
"version": "1.0.0",
"summary": "For NSNotificationCenter quick usage",
"homepage": "https://github.com/Meniny/Observing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Elias Abel",
"source": {
"git": "https://github.com/Meniny/Observing.git",
"tag": "1.0.0"
},
"social_media_url": "https://meniny.cn/",
"source_files": "Observing/**/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8",
"tvos": "10.2",
"osx": "10.9",
"watchos": "2.0"
},
"description": "Observing is an extension for NSNotificationCenter quick usage",
"module_name": "Observing",
"pushed_with_swift_version": "4.0"
}