blob: cb827d2df354a6157095c1cba2d433fec6f396ec [file] [log] [blame]
{
"name": "RippleCell",
"version": "0.1.0",
"summary": "Swift subclass of the UITableViewCell.",
"description": "* show ripple effects on you tapped.\n* swift subclass of the UITableViewCell.",
"homepage": "https://github.com/recruit-lifestyle/RippleCell",
"license": "MIT",
"authors": {
"NariFrow": "na.ju.rights@gmail.com"
},
"source": {
"git": "https://github.com/recruit-lifestyle/RippleCell.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/Fye_design",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"resource_bundles": {
"RippleCell": [
"Pod/Assets/*.png"
]
}
}