[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 7 / 8 / UberSignals / 2.2.1 / UberSignals.podspec.json
blobf5cb4b5f1df22b039dd922cc3453897a65f968da
2   "name": "UberSignals",
3   "version": "2.2.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.2.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.7"
21   },
22   "source_files": "UberSignals/**/*.{h,m}",
23   "private_header_files": "UberSignals/**/*+Internal.h",
24   "ios": {
25     "frameworks": "Foundation"
26   },
27   "osx": {
28     "frameworks": "Foundation"
29   },
30   "deprecated": true