blob: e5640dcdf2c3367ab9d44f007834a3ec3d4c9808 [file] [log] [blame]
{
"name": "STNotifications",
"version": "1.1",
"summary": "Tiny library for Strongly Typed Notifications in Objective-C",
"description": "Strongly typed notificatinos allow your Objective-C notifications to work in a safe manner, using light generics magics and little bit of architecture tricks!\nBenefits:\n1) Strongly typed payload\n2) NSNotification name won't be messed again!\n3) Easy syntax for use\n4) Interoperable with swift!\n5) 100% Code Coverage!",
"homepage": "https://github.com/neisip/StronglyTypedNotifications",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Kazartsev": "alex.a.kazartsev@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/neisip/StronglyTypedNotifications.git",
"tag": "1.1"
},
"source_files": [
"Classes",
"STNotifications/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}