blob: 04f8adf87d043c98215a92051e3560bd42cb9b9c [file] [log] [blame]
{
"name": "MEReactiveKit",
"version": "1.0.8",
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/TeamMaestro/MEReactiveKit",
"source": {
"git": "https://github.com/TeamMaestro/MEReactiveKit.git",
"tag": "1.0.8"
},
"summary": "A collection of classes that extend the UIKit framework, built on top of ReactiveCocoa.",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"MEFoundation": [
"~> 1.0.0"
],
"MEKit": [
"~> 1.0.0"
],
"MEReactiveFoundation": [
"~> 1.0.0"
],
"libextobjc/EXTKeyPathCoding": [
"~> 0.4.0"
],
"libextobjc/EXTScope": [
"~> 0.4.0"
],
"ReactiveCocoa": [
"~> 2.3.0"
]
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": [
"MEReactiveKit",
"MEReactiveKit/Common",
"MEReactiveKit/ViewControllers",
"MEReactiveKit/ViewControllers/MERSlidingViewController",
"MEReactiveKit/ViewControllers/MERSplitViewController",
"MEReactiveKit/ViewControllers/MERWebViewController",
"MEReactiveKit/Private"
],
"private_header_files": "MEReactiveKit/Private",
"resource_bundles": {
"MEReactiveKitResources": [
"MEReactiveKitResources/*.plist",
"MEReactiveKitResources/*.lproj",
"MEReactiveKitResources/Assets/*"
]
}
}