[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 0.5.0 / ReactiveCocoa.podspec.json
blob320e2ec47d3656fe7be669e720de6c2eb14f4389
2   "name": "ReactiveCocoa",
3   "version": "0.5.0",
4   "summary": "A framework for composing and transforming sequences of values.",
5   "homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa",
6   "authors": {
7     "Josh Abernathy": "josh@github.com"
8   },
9   "source": {
10     "git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
11     "tag": "v0.5.0"
12   },
13   "license": "Simplified BSD License",
14   "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",
15   "source_files": "ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}",
16   "ios": {
17     "exclude_files": "**/*{NSButton,AppKit}*"
18   },
19   "osx": {
20     "exclude_files": "**/*{UIControl,UITextField}*"
21   },
22   "requires_arc": true,
23   "compiler_flags": "-DOS_OBJECT_USE_OBJC=0"