blob: e76e309a5dea9406206a2c3ee9c8a0da1b12d745 [file] [log] [blame]
{
"name": "Greycats",
"version": "1.1.4",
"summary": "A set of tools we use to speed up developing in greycats",
"description": "Currently includes\n* a TableViewData which binds Section to DataSource\n* a Filter which applies regexp search on UISearchBar | UITextField\n* AutolayoutStack",
"homepage": "https://github.com/greycats/Greycats.swift",
"license": "MIT",
"authors": {
"Rex Sheng": "shengning@gmail.com"
},
"source": {
"git": "https://github.com/greycats/Greycats.swift.git",
"tag": "1.1.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Greycats/*.swift"
}