blob: 42c6f53b88f8a2f4ca8658a710372ee0f83cba18 [file] [log] [blame]
{
"name": "UITableViewDataSource-RACExtensions",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
]
}
}