blob: 655077e4ff00515dc41d3c0a16d7f6eacde466dd [file] [log] [blame]
{
"name": "UITableViewDataSource-RACExtensions",
"version": "0.1.5",
"summary": "RACify your UITableViewDataSource",
"description": "\n UITableViewDataSource-RACExtensions adds a single method\n to UITableViewControllers called `rac_dataSource` and it\n requires a signal be passed to it.\n\n The signal that you pass to `rac_dataSource` is used to\n populate the UITableView.\n ",
"homepage": "https://github.com/michaelavila/UITableViewDataSource-RACExtensions",
"license": "MIT",
"authors": {
"Michael Avila": "me@michaelavila.com"
},
"source": {
"git": "git@github.com:michaelavila/UITableViewDataSource-RACExtensions.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
]
}
}