blob: c25f38f61cf0abf7dcdd27496ba0dbbc60ecad49 [file] [log] [blame]
{
"name": "Carbon",
"version": "1.0.0-rc.2",
"authors": {
"ra1028": "r.fe51028.r@gmail.com"
},
"homepage": "https://github.com/ra1028/Carbon",
"documentation_url": "https://ra1028.github.io/Carbon",
"summary": "A declarative library for building component-based user interfaces in UITableView and UICollectionView.",
"source": {
"git": "https://github.com/ra1028/Carbon.git",
"tag": "1.0.0-rc.2"
},
"source_files": "Sources/**/*.swift",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1",
"5.1"
],
"platforms": {
"ios": "10.0"
},
"dependencies": {
"DifferenceKit/Core": [
"~> 1.1"
]
},
"ios": {
"frameworks": "UIKit"
},
"swift_version": "5.1"
}