blob: 3ede7adda9e3f917e8ec67b89ddc8ba3a091e6e1 [file] [log] [blame]
{
"name": "STNotifications",
"version": "1.1.5",
"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": "8.0"
},
"source": {
"git": "https://github.com/neisip/StronglyTypedNotifications.git",
"tag": "1.1.5"
},
"source_files": [
"Classes",
"STNotifications/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}