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