[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / 3 / a / 8 / MEReactiveKit / 1.0.11 / MEReactiveKit.podspec.json
blob9ec6438436a2a4a6bfb0add03733eb0cd9cb19a1
2   "name": "MEReactiveKit",
3   "version": "1.0.11",
4   "authors": {
5     "William Towe": "willbur1984@gmail.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "homepage": "https://github.com/TeamMaestro/MEReactiveKit",
12   "source": {
13     "git": "https://github.com/TeamMaestro/MEReactiveKit.git",
14     "tag": "1.0.11"
15   },
16   "summary": "A collection of classes that extend the UIKit framework, built on top of ReactiveCocoa.",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "dependencies": {
21     "MEFoundation": [
22       "~> 1.0.0"
23     ],
24     "MEKit": [
25       "~> 1"
26     ],
27     "MEReactiveFoundation": [
28       "~> 1.0.0"
29     ],
30     "libextobjc/EXTKeyPathCoding": [
31       "~> 0.4.0"
32     ],
33     "libextobjc/EXTScope": [
34       "~> 0.4.0"
35     ],
36     "ReactiveCocoa": [
37       "~> 2.3.0"
38     ]
39   },
40   "requires_arc": true,
41   "frameworks": [
42     "Foundation",
43     "CoreGraphics",
44     "UIKit",
45     "QuartzCore"
46   ],
47   "source_files": [
48     "MEReactiveKit",
49     "MEReactiveKit/Common",
50     "MEReactiveKit/ViewControllers",
51     "MEReactiveKit/ViewControllers/MERSlidingViewController",
52     "MEReactiveKit/ViewControllers/MERSplitViewController",
53     "MEReactiveKit/ViewControllers/MERWebViewController",
54     "MEReactiveKit/Private"
55   ],
56   "private_header_files": "MEReactiveKit/Private",
57   "resource_bundles": {
58     "MEReactiveKitResources": [
59       "MEReactiveKitResources/*.plist",
60       "MEReactiveKitResources/*.lproj",
61       "MEReactiveKitResources/Assets/*"
62     ]
63   }