[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 7 / 8 / UberSignals / 2.4.0 / UberSignals.podspec.json
blob59e850f3ed39f7c4f2d534c76cceafb9b2948dde
2   "name": "UberSignals",
3   "version": "2.4.0",
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.4.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.7",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": "UberSignals/**/*.{h,m}",
25   "private_header_files": "UberSignals/**/*+Internal.h",
26   "ios": {
27     "frameworks": "Foundation"
28   },
29   "osx": {
30     "frameworks": "Foundation"
31   }