blob: 7607e6bb6e5e1277c514265434a33d5ab45e04ce [file] [log] [blame]
{
"name": "Observing",
"version": "1.1.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.1.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"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"watchos": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"tvos": {
"frameworks": "Foundation"
},
"description": "Observing is an extension for NSNotificationCenter quick usage",
"module_name": "Observing",
"pushed_with_swift_version": "4.0"
}