blob: 36de003d9a1700e7a542957aaa96f294f3acb260 [file] [log] [blame]
{
"name": "ReactiveCocoaLayout",
"version": "0.3",
"summary": "Reactive layout framework built on top of ReactiveCocoa.",
"homepage": "https://github.com/ReactiveCocoa/ReactiveCocoaLayout",
"authors": {
"ReactiveCocoa": "ReactiveCocoa"
},
"source": {
"git": "https://github.com/ReactiveCocoa/ReactiveCocoaLayout.git",
"tag": "0.3"
},
"license": "MIT",
"description": "ReactiveCocoaLayout is a framework for describing Cocoa and Cocoa Touch layouts in a reactive way, based on ReactiveCocoa.",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": "ReactiveCocoaLayout/*.{h,m}",
"dependencies": {
"Archimedes": [
],
"ReactiveCocoa": [
]
},
"ios": {
"frameworks": [
"Foundation",
"QuartzCore",
"CoreGraphics",
"UIKit"
],
"exclude_files": [
"ReactiveCocoaLayout/NSCell*.{h,m}",
"ReactiveCocoaLayout/NSControl*.{h,m}",
"ReactiveCocoaLayout/NSView*.{h,m}"
]
},
"osx": {
"frameworks": [
"Foundation",
"QuartzCore",
"CoreGraphics",
"Cocoa"
],
"exclude_files": "ReactiveCocoaLayout/UIView*.{h,m}"
},
"prefix_header_contents": "#ifdef __OBJC__\n#import <ReactiveCocoa/ReactiveCocoa.h>\n#import <ReactiveCocoaLayout/ReactiveCocoaLayout.h>\n#import <Archimedes/Archimedes.h>\n#import <CoreGraphics/CoreGraphics.h>\n#import <QuartzCore/QuartzCore.h>\n#endif\n"
}