[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / 5 / MUKSignal / 1.0.2 / MUKSignal.podspec.json
blobe9a75571a23718eff211662546bae19daebe963b
2   "name": "MUKSignal",
3   "version": "1.0.2",
4   "summary": "Dispatch signals which could be subscribed by various subscribers.",
5   "description": "Dispatch signals which could be subscribed by various subscribers. Subscription could also be suspended. This library also contains specific signals, like notification signals, KVO signals and control target-action signals.",
6   "homepage": "https://github.com/muccy/MUKSignal",
7   "license": "MIT",
8   "authors": {
9     "Marco Muccinelli": "muccymac@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/muccy/MUKSignal.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/**/*.{h,m}"