[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / e / c / JustSignals / 0.1.0 / JustSignals.podspec.json
blob560d54f2f870ac22408c4a103eaaa67eed9ea60c
2   "name": "JustSignals",
3   "version": "0.1.0",
4   "summary": "Signals to replace delegates and NotificationCenter, nothing more.",
5   "description": "JustSignals is a type-safe alternative to NotificationCenter and delegates.\nUse it if you don't need binding and rx magic in your project,\nand just want to replace NotificationCenter with something more strict and safe.",
6   "homepage": "https://github.com/devandsev/JustSignals",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Sevrikov": "devandsev@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/devandsev/JustSignals.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "Sources/*",
23   "frameworks": "Foundation",
24   "pushed_with_swift_version": "4.0"