[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / b / 1 / BFTableView / 0.9.0 / BFTableView.podspec.json
blobf96292034d9b92974b85d58e4d1526055d6bae2b
2   "name": "BFTableView",
3   "version": "0.9.0",
4   "summary": "With BFTableView you can remove all table view cells identifiers from you code and never ever be mistaken with accessing right cells!",
5   "description": "Currently you need to hardcode cell identifiers when you use f.e. tableView(cellForRow:AtIndexPath) method and it easy to make a mistake and make your app crash. Now you can just set cell identifier in storyboard with name of cell class and never type it in code anymore.",
6   "homepage": "https://www.bitfactory.io/de/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Antons Aleksandrovs": "antons@bitfactory.io"
13   },
14   "source": {
15     "git": "https://github.com/bitfactoryio/BFTableView.git",
16     "tag": "0.9.0"
17   },
18   "social_media_url": "https://twitter.com/bitfactoryio",
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BFTableView/Classes/**/*"