[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / c / 5 / ReactiveCocoaLayout / 0.3 / ReactiveCocoaLayout.podspec.json
blob36de003d9a1700e7a542957aaa96f294f3acb260
2   "name": "ReactiveCocoaLayout",
3   "version": "0.3",
4   "summary": "Reactive layout framework built on top of ReactiveCocoa.",
5   "homepage": "https://github.com/ReactiveCocoa/ReactiveCocoaLayout",
6   "authors": {
7     "ReactiveCocoa": "ReactiveCocoa"
8   },
9   "source": {
10     "git": "https://github.com/ReactiveCocoa/ReactiveCocoaLayout.git",
11     "tag": "0.3"
12   },
13   "license": "MIT",
14   "description": "ReactiveCocoaLayout is a framework for describing Cocoa and Cocoa Touch layouts in a reactive way, based on ReactiveCocoa.",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.7"
19   },
20   "source_files": "ReactiveCocoaLayout/*.{h,m}",
21   "dependencies": {
22     "Archimedes": [
24     ],
25     "ReactiveCocoa": [
27     ]
28   },
29   "ios": {
30     "frameworks": [
31       "Foundation",
32       "QuartzCore",
33       "CoreGraphics",
34       "UIKit"
35     ],
36     "exclude_files": [
37       "ReactiveCocoaLayout/NSCell*.{h,m}",
38       "ReactiveCocoaLayout/NSControl*.{h,m}",
39       "ReactiveCocoaLayout/NSView*.{h,m}"
40     ]
41   },
42   "osx": {
43     "frameworks": [
44       "Foundation",
45       "QuartzCore",
46       "CoreGraphics",
47       "Cocoa"
48     ],
49     "exclude_files": "ReactiveCocoaLayout/UIView*.{h,m}"
50   },
51   "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"