2 "name": "ReactiveCocoaLayout",
4 "summary": "Reactive layout framework built on top of ReactiveCocoa.",
5 "homepage": "https://github.com/ReactiveCocoa/ReactiveCocoaLayout",
7 "ReactiveCocoa": "ReactiveCocoa"
10 "git": "https://github.com/ReactiveCocoa/ReactiveCocoaLayout.git",
14 "description": "ReactiveCocoaLayout is a framework for describing Cocoa and Cocoa Touch layouts in a reactive way, based on ReactiveCocoa.",
20 "source_files": "ReactiveCocoaLayout/*.{h,m}",
37 "ReactiveCocoaLayout/NSCell*.{h,m}",
38 "ReactiveCocoaLayout/NSControl*.{h,m}",
39 "ReactiveCocoaLayout/NSView*.{h,m}"
46 "ApplicationServices",
49 "exclude_files": "ReactiveCocoaLayout/UIView*.{h,m}"
51 "prepare_command": " find . \\( -regex '.*EXT.*\\.[mh]$' -o -regex '.*metamacros\\.[mh]$' \\) -execdir mv {} RAC{} \\;\n find . -regex '.*\\.[hm]' -exec sed -i '' -E 's@\"(EXT.*|metamacros)\\.h\"@\"RAC\\1.h\"@' {} \\;\n find . -regex '.*\\.[hm]' -exec sed -i '' -E 's@<ReactiveCocoa/(EXT.*)\\.h>@<ReactiveCocoa/RAC\\1.h>@' {} \\;\n",
52 "prefix_header_contents": "#ifdef __OBJC__\n#import <ReactiveCocoa/ReactiveCocoa.h>\n#import <ReactiveCocoaLayout/ReactiveCocoaLayout.h>\n#import <Archimedes/Archimedes.h>\n#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED\n #import <CoreGraphics/CoreGraphics.h>\n#elif TARGET_OS_MAC\n #import <ApplicationServices/ApplicationServices.h>\n#endif\n#import <QuartzCore/QuartzCore.h>\n#endif\n\n"