blob: fde4b8b7067e59ab673f7d94d4971fbb47da4b08 [file] [log] [blame]
{
"name": "Greycats",
"version": "2.4.6",
"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.4.6"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Professional",
"ReactControls",
"Filter",
"Breadcrumb"
],
"subspecs": [
{
"name": "Core",
"source_files": "Greycats/{Box,UIKit+Swift,_Control,Schedule,Regex}.swift"
},
{
"name": "JSON",
"source_files": "Greycats/JSON.swift"
},
{
"name": "ReactControls",
"source_files": "Greycats/ReactControls.swift"
},
{
"name": "Layout",
"source_files": "Greycats/AutolayoutStack.swift"
},
{
"name": "TableView",
"source_files": "Greycats/TableViewData.swift"
},
{
"name": "Graphics",
"source_files": "Greycats/ImageOperation.swift"
},
{
"name": "Keyboard",
"source_files": "Greycats/Keyboard.swift"
},
{
"name": "FormField",
"source_files": "Greycats/FormField.swift",
"dependencies": {
"Greycats/Core": [
]
}
},
{
"name": "Filter",
"source_files": "Greycats/Filter.swift",
"dependencies": {
"Greycats/TableView": [
]
}
},
{
"name": "Breadcrumb",
"source_files": "Greycats/Breadcrumb.swift"
},
{
"name": "Standard",
"dependencies": {
"Greycats/Core": [
],
"Greycats/JSON": [
],
"Greycats/TableView": [
],
"Greycats/Keyboard": [
]
}
},
{
"name": "Professional",
"dependencies": {
"Greycats/Standard": [
],
"Greycats/Layout": [
],
"Greycats/Graphics": [
],
"Greycats/FormField": [
]
}
}
]
}