[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 3 / c / 5 / MUKSignal / 1.0.4 / MUKSignal.podspec.json
blob698e989ac410dfde8882bee1cd350842bd7b8647
2   "name": "MUKSignal",
3   "version": "1.0.4",
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.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/**/*.{h,m}"