blob: 409a2ad0eb23c61a439222b65394eb476bb55263 [file] [log] [blame]
{
"name": "SwiftNotificationCenter",
"version": "1.0.0",
"summary": "A Type Safe, Thread Safe, ARC Safe Protocol Oriented NotificationCenter",
"homepage": "https://github.com/100mango/SwiftNotificationCenter",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"100mango": "https://github.com/100mango"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/100mango/SwiftNotificationCenter.git",
"tag": "1.0.0"
},
"source_files": "SwiftNotificationCenter/*.swift",
"requires_arc": true
}