blob: 919ede315f6758d3bfc20679c0329d55a902741f [file] [log] [blame]
{
"name": "Carbon",
"version": "1.0.0-rc.4",
"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.4"
},
"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"
}