[Add] AnyThinkYandexSDKAdapter 6.4.27.2
[CocoaPods.git] / Specs / 3 / 7 / 8 / UberSignals / 2.0.1 / UberSignals.podspec.json
blob0b3bd93203a2c8349fa8e69d04e5026e211da0f8
2   "name": "UberSignals",
3   "version": "2.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "Signals is an eventing framework that enables you to implement the Observable pattern without using NSNotifications.",
8   "homepage": "https://github.com/uber/signals-ios",
9   "social_media_url": "https://twitter.com/UberEng",
10   "authors": {
11     "Tuomas Artman": "tuomas@uber.com"
12   },
13   "source": {
14     "git": "https://github.com/uber/signals-ios.git",
15     "tag": "2.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "UberSignals/**/*.{h,m}",
22   "private_header_files": "UberSignals/**/*+Internal.h",
23   "frameworks": "Foundation",
24   "deprecated": true