blob: c65e465ba76750f5d3d67a8e6d89589b2efea3c0 [file] [log] [blame]
{
"name": "Greycats",
"version": "2.0.7",
"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": "http://github.com/greycats/Greycats.swift",
"license": "MIT",
"authors": {
"Rex Sheng": "shengning@gmail.com"
},
"source": {
"git": "https://github.com/greycats/Greycats.swift.git",
"tag": "2.0.7"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Greycats/*.swift"
}