blob: 93210df55c3da16ac4ccb2cd3387758a94659fa7 [file] [log] [blame]
{
"name": "RSBTableViewManager",
"version": "1.0.0",
"summary": "iOS library for UITableView managing",
"homepage": "https://github.com/rosberry/RSBTableViewManager/",
"license": "MIT",
"authors": {
"Rosberry": "info@rosberry.com"
},
"source": {
"git": "https://github.com/rosberry/RSBTableViewManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "RSBTableViewManager/*.{h,m}",
"subspecs": [
{
"name": "Protocols",
"source_files": "RSBTableViewManager/Protocols/*.{h,m}"
},
{
"name": "Items",
"dependencies": {
"RSBTableViewManager/Protocols": [
]
},
"source_files": "RSBTableViewManager/Items/*.{h,m}"
}
]
}