blob: df324c30d703be0bdb48d66fafd0379a57be163f [file] [log] [blame]
{
"name": "Greycats",
"version": "0.1.4",
"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",
"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": "0.1.4"
},
"requires_arc": true,
"source_files": "Greycats/**/*.swift",
"frameworks": "UIKit",
"platforms": {
"ios": "7.0"
}
}