[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / 1 / Dequeueable / 0.1.0 / Dequeueable.podspec.json
blob4803b277b68087e8582022c2ee67bea2961c415b
2   "name": "Dequeueable",
3   "version": "0.1.0",
4   "summary": "Helper functionality for type-safe UITableView and UICollectionView dequeuing",
5   "description": "Helper functionality for type-safe UITableView and UICollectionView dequeuing. Heavily inspired by Aleksandar Vacić  Swift essentials: http://aplus.rs/2017/swift-essentials/",
6   "homepage": "https://github.com/hartlco/Dequeueable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hartlco": "martin@hartl.co"
13   },
14   "source": {
15     "git": "https://github.com/hartlco/Dequeueable.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/hartlco",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Dequeueable/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_versions": "5.0",
25   "swift_version": "5.0"