blob: 6fdfb116475114bedf46b9d4d75546df668d79cb [file] [log] [blame]
{
"name": "HHListKit",
"summary": "Friend extension for ASCollectionNode and ASTableNode to make them easy to use",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shellhue": "shellhue@gmail.com"
},
"homepage": "https://github.com/shellhue/HHListKit",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/shellhue/HHListKit.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "HHListKit/**/*.{h,m}",
"public_header_files": "HHListKit/**/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation"
],
"dependencies": {
"Texture/Core": [
"~> 2.7"
],
"Aspects": [
"~> 1.3.0"
]
}
}