[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / c / ComposableDataSource / 0.6.0 / ComposableDataSource.podspec.json
blob3f2a23704abf2673d646ed1ff94b4e840fb479d0
2   "name": "ComposableDataSource",
3   "version": "0.6.0",
4   "summary": "A more contained and composable method of creating scrollView datasources",
5   "description": "ComposableDataSource was written to assuage to usually annoying task of writing UICollectionView delegate and datasource code. Now, this functionality can be encapsulated in one function",
6   "homepage": "https://github.com/ChrishonWyllie/ComposableDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ChrishonWyllie": "chrishon595@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/ChrishonWyllie/ComposableDataSource.git",
16     "tag": "0.6.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "4.1",
21     "4.2",
22     "5.0",
23     "5.1"
24   ],
25   "platforms": {
26     "ios": "10.0"
27   },
28   "source_files": "Classes/**/*",
29   "frameworks": "UIKit",
30   "swift_version": "5.1"