blob: 22c9596e87190aa715ec1918f8319e61fbd36de5 [file] [log] [blame]
{
"name": "Greycats",
"version": "1.0.0",
"summary": "A set of tools we use to speed up developing in greycats",
"description": "\t\t\t\t\t\tCurrently includes\n\t\t\t\t\t\t* a TableViewData which binds Section to DataSource\n\t\t\t\t\t\t* a Filter which applies regexp search on UISearchBar | UITextField\n\t\t\t\t\t\t* AutolayoutStack\n",
"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.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Greycats/*.swift"
}