[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 1 / SlickCollection / 0.0.5 / SlickCollection.podspec.json
blob9ad963b7b3223585c823ccc36b1f7bbe411c785a
2   "name": "SlickCollection",
3   "version": "0.0.5",
4   "summary": "Short little framework to animate collectionview cells with a hidden drawer.",
5   "swift_version": "4.1",
6   "description": "An easy way to create animated collectionview cells to show and hide content upon user interaction.",
7   "homepage": "https://github.com/mhs2342/SlickCollectionView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Matt Sanford": "mhs2342@vt.edu"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/mhs2342/SlickCollectionView.git",
20     "tag": "0.0.5"
21   },
22   "source_files": [
23     "SlickCollectionView",
24     "SlickCollectionView/**/*.{h,m,swift}"
25   ]