blob: 61a9cf8eb6bb265f3c9a71abda8d86650a85f553 [file] [log] [blame]
{
"name": "AGSwiftNotif",
"version": "0.1.0",
"summary": "Simple wrapper for NSNotificationCenter",
"description": "This framework wrap the call to NSNotificationCenter with closure.",
"homepage": "https://github.com/antgar/AGSwiftNotif",
"license": "MIT",
"authors": {
"antoinegarcia": "antoine.garcia@epitech.eu"
},
"source": {
"git": "https://github.com/antgar/AGSwiftNotif.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AGSwiftNotif": [
"Pod/Assets/*.png"
]
}
}