[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / b / e / Carbon / 0.1.0 / Carbon.podspec.json
blobe05e8bc020de6c2ad074448d818e7aaaa7a29773
2   "name": "Carbon",
3   "version": "0.1.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.1.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.0.0"
27     ]
28   },
29   "ios": {
30     "frameworks": "UIKit"
31   }