blob: 22786e3d6829610f1c1af2bf8489012cdce72934 [file] [log] [blame]
{
"name": "UberSignals",
"version": "2.5.0",
"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.5.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "UberSignals/**/*.{h,m}",
"private_header_files": "UberSignals/**/*+Internal.h",
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
}
}