blob: 05809da7ad726ea4a26ec10600f6c93a8edc096d [file] [log] [blame]
{
"name": "NJHDelegateSplitter",
"version": "0.1.0",
"summary": "The NJHDelegateSplitter class is created to allow you to have two delegates.",
"description": "The NJHDelegateSplitter class is created to allow you to have two delegates. For example, if you want to have one UITableViewDelegate delegate and a separate UIScrollViewDelegate for the same UITableView.",
"homepage": "https://github.com/heumn/NJHDelegateSplitter",
"license": "MIT",
"authors": {
"Nikolai Johan Heum": "nikolaiheum@gmail.com"
},
"source": {
"git": "https://github.com/heumn/NJHDelegateSplitter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"NJHDelegateSplitter": [
"Pod/Assets/*.png"
]
}
}