[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / 3 / CollectionKit / 0.0.5 / CollectionKit.podspec.json
blobee86e76f6eba9e9441a94bf136172113b9096419
2   "name": "CollectionKit",
3   "version": "0.0.5",
4   "summary": "A modern swift framework for building data-driven reusable collection view components.",
5   "description": "A modern swift framework for building data-driven reusable collection view components.",
6   "homepage": "https://github.com/lkzhao/CollectionKit",
7   "screenshots": "https://github.com/lkzhao/CollectionKit/blob/master/imgs/demo.gif?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Luke": "lzhaoyilun@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/lkzhao/CollectionKit.git",
14     "tag": "0.0.5"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation"
23     ]
24   },
25   "requires_arc": true,
26   "source_files": "Sources/**/*.swift",
27   "dependencies": {
28     "YetAnotherAnimationLibrary": [
29       "~> 1.1.0"
30     ],
31     "Diff": [
32       "~> 0.5.3"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"