[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / STNotifications / 1.1.3 / STNotifications.podspec.json
blob52ea92378f538e26c5349bab11d589fa19a6f78c
2   "name": "STNotifications",
3   "version": "1.1.3",
4   "summary": "Tiny library for Strongly Typed Notifications in Objective-C",
5   "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!",
6   "homepage": "https://github.com/neisip/StronglyTypedNotifications",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Kazartsev": "alex.a.kazartsev@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/neisip/StronglyTypedNotifications.git",
19     "tag": "1.1.3"
20   },
21   "source_files": [
22     "Classes",
23     "STNotifications/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude"