blob: ce66733c4a5c48f5af03455ea4302b78ee7e22aa [file] [log] [blame]
{
"name": "RSMasterTableViewKit",
"version": "1.0.1",
"summary": "A comprehensive UITableView which handles everything that you need.",
"description": "A tableView that provides inbuilt paging, pull to refresh, empty states, indicators, search and much more.",
"homepage": "https://github.com/rushisangani/RSMasterTableViewKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rushi Sangani": "rushisangani@gmail.com"
},
"social_media_url": "https://github.com/rushisangani",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/rushisangani/RSMasterTableViewKit.git",
"tag": "1.0.1"
},
"source_files": [
"RSMasterTableViewKit",
"RSMasterTableViewKit/**/*.{swift}"
],
"resources": "RSMasterTableViewKit/**/*.{xib}",
"requires_arc": true,
"swift_version": "4.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
}
}