blob: 320e2ec47d3656fe7be669e720de6c2eb14f4389 [file] [log] [blame]
{
"name": "ReactiveCocoa",
"version": "0.5.0",
"summary": "A framework for composing and transforming sequences of values.",
"homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa",
"authors": {
"Josh Abernathy": "josh@github.com"
},
"source": {
"git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
"tag": "v0.5.0"
},
"license": "Simplified BSD License",
"description": "ReactiveCocoa offers:\n1. The ability to compose operations on future data.\n2. An approach to minimizing state and mutability.\n3. A declarative way to define behaviors and the relationships between properties.\n4. A unified, high-level interface for asynchronous operations.\n5. A lovely API on top of KVO.\n",
"source_files": "ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}",
"ios": {
"exclude_files": "**/*{NSButton,AppKit}*"
},
"osx": {
"exclude_files": "**/*{UIControl,UITextField}*"
},
"requires_arc": true,
"compiler_flags": "-DOS_OBJECT_USE_OBJC=0"
}