[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 1 / TBBModal / 1.0.0 / TBBModal.podspec.json
blobe652812d012712ca0d9a7098967ef19dcaf6d0f1
2   "name": "TBBModal",
3   "version": "1.0.0",
4   "summary": "iOS 7-Like Modal Presentation",
5   "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",
6   "homepage": "https://github.com/thebestbits/TBBModal",
7   "screenshots": "https://raw.github.com/thebestbits/TBBModal/master/BryceCanyonSample.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Derrick Hathaway": "derr@thebestbits.co"
14   },
15   "social_media_url": "https://twitter.com/thebestbitsllc",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/thebestbits/TBBModal.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "TBBModal",
25     "Modal/The Goods/*.{h,m}"
26   ],
27   "requires_arc": true