[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / STNotifications / 1.1.5.1 / STNotifications.podspec.json
blobf0344884d08ab32de73b4e6525480f80e9347fa4
2   "name": "STNotifications",
3   "version": "1.1.5.1",
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.5.1"
20   },
21   "source_files": [
22     "Classes",
23     "STNotifications/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude"