blob: 043f444d6ee1a2a9515b63f6c4774b648d92c619 [file] [log] [blame]
{
"name": "iOS7-TableTopSeparator",
"version": "1.0.0",
"license": {
"type": "Beerware",
"text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
},
"homepage": "https://github.com/inamiy/iOS7-TableTopSeparator",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Add top-border for iOS7 UITableView.",
"source": {
"git": "https://github.com/inamiy/iOS7-TableTopSeparator.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.3"
},
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}