blob: d98c6ac199d45868d0def85541953f9189b2751e [file] [log] [blame]
{
"name": "Carbon",
"version": "0.3.0",
"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": "0.3.0"
},
"source_files": "Sources/**/*.swift",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"requires_arc": true,
"swift_versions": [
"4.2",
"5.0"
],
"platforms": {
"ios": "10.0"
},
"dependencies": {
"DifferenceKit/Core": [
"~> 1.1"
]
},
"ios": {
"frameworks": "UIKit"
}
}