blob: 6781e762e5f72566b74803f86bc5526d1380ba4c [file] [log] [blame]
{
"name": "UberSignals",
"version": "1.0.0",
"license": {
"type": "Copyrighted",
"file": "LICENSE"
},
"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": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "UberSignals/**/*.{h,m}",
"private_header_files": "UberSignals/**/*+Internal.h",
"frameworks": "Foundation"
}