blob: 85a8ffe880802dcdb1343a48daa46213919fc3ae [file] [log] [blame]
{
"name": "TBBModal",
"version": "1.0.2",
"summary": "iOS 7-Like Modal Presentation",
"description": " Painless iOS 7 alert style transition and styling. Built on UITableViewController\n so it is easy to use. Just subclass TBBModalViewController and implement the\n UITableViewDataSource methods or provide a static implementation from a storyboard.\n",
"homepage": "https://github.com/thebestbits/TBBModal",
"screenshots": "https://raw.github.com/thebestbits/TBBModal/master/BryceCanyonSample.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Derrick Hathaway": "derr@thebestbits.co"
},
"social_media_url": "https://twitter.com/thebestbitsllc",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/thebestbits/TBBModal.git",
"tag": "1.0.2"
},
"source_files": [
"TBBModal",
"Modal/The Goods/*.{h,m}"
],
"requires_arc": true
}