[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 0.6.0 / ReactiveCocoa.podspec.json
blob8d0b51e9663e177e5fe1c434c901bac0cdfeebd8
2   "name": "ReactiveCocoa",
3   "version": "0.6.0",
4   "summary": "A framework for composing and transforming sequences of values.",
5   "homepage": "https://github.com/blog/1107-reactivecocoa-is-now-open-source",
6   "authors": {
7     "Josh Abernathy": "josh@github.com"
8   },
9   "source": {
10     "git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
11     "tag": "v0.6.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,NSTask}*"
18   },
19   "osx": {
20     "exclude_files": "**/*{UIControl,UIText,Event,DelegateProxy}*"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "JRSwizzle": [
25       "~> 1.0"
26     ]
27   },
28   "compiler_flags": "-DOS_OBJECT_USE_OBJC=0"