blob: 5e357f552ed95863079cee7c04a6d808922060b3 [file] [log] [blame]
{
"name": "SSTableViewCell",
"version": "1.0.0",
"summary": "Easy custom tableview cell for iOS.",
"homepage": "https://github.com/shingwasix/SSTableViewCell",
"screenshots": "https://raw.githubusercontent.com/shingwasix/SSTableViewCell/master/screenshoot.jpg",
"license": "MIT",
"authors": {
"Shingwa Six": "http://blog.waaile.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/shingwasix/SSTableViewCell.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}