[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / b / e / Carbon / 0.2.0 / Carbon.podspec.json
blob1029391c096b1486617b7a074710599316bc4664
2   "name": "Carbon",
3   "version": "0.2.0",
4   "authors": {
5     "ra1028": "r.fe51028.r@gmail.com"
6   },
7   "homepage": "https://github.com/ra1028/Carbon",
8   "documentation_url": "https://ra1028.github.io/Carbon",
9   "summary": "A declarative library for building component-based user interfaces in UITableView and UICollectionView.",
10   "source": {
11     "git": "https://github.com/ra1028/Carbon.git",
12     "tag": "0.2.0"
13   },
14   "source_files": "Sources/**/*.swift",
15   "license": {
16     "type": "Apache 2.0",
17     "file": "LICENSE"
18   },
19   "requires_arc": true,
20   "swift_version": "4.2",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "dependencies": {
25     "DifferenceKit/Core": [
26       "~> 1.1"
27     ]
28   },
29   "ios": {
30     "frameworks": "UIKit"
31   }