blob: f2973720159a0fea26bc7ec59211b90734dc2d6c [file] [log] [blame]
{
"name": "UberSignals",
"version": "2.0.1",
"license": {
"type": "MIT"
},
"summary": "Signals is an eventing framework that enables you to implement the Observable pattern without using NSNotifications.",
"homepage": "https://github.com/uber/signals-ios",
"social_media_url": "https://twitter.com/UberEng",
"authors": {
"Tuomas Artman": "tuomas@uber.com"
},
"source": {
"git": "https://github.com/uber/signals-ios.git",
"tag": "2.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "UberSignals/**/*.{h,m}",
"private_header_files": "UberSignals/**/*+Internal.h",
"frameworks": "Foundation"
}