blob: 7de2090aa4436a5785aeddc259f7eac03f0198f9 [file] [log] [blame]
{
"name": "keylime",
"version": "0.0.1",
"summary": "Data-driven views for iOS",
"description": " keylime provides data-driven dynamic UITableView and UICollectionViews for iOS.\n\n * Stop writing boilerplate code.\n * Reuse your existing UITableViewCells/UICollectionViewCells.\n * Present a more consistent user interface.\n * Save time!\n",
"homepage": "https://github.com/jessecurry/keylime",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jessecurry": "jesse@jessecurry.net"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jessecurry/keylime.git",
"tag": "0.0.1"
},
"source_files": [
"keylime",
"keylime/**/*.{h,m}"
],
"public_header_files": "keylime/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}