blob: 976fc5fbf98950b3d1be55b5ddb388e6fc8d6027 [file] [log] [blame]
{
"name": "UITableViewDataSource-RACExtensions",
"version": "0.1.2",
"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": "GPLv2",
"authors": {
"Michael Avila": "me@michaelavila.com"
},
"source": {
"git": "git@github.com:michaelavila/UITableViewDataSource-RACExtensions.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
]
}
}