blob: 24f62af880c7a79f6324b9bacfaeb9efc1f21b92 [file] [log] [blame]
{
"name": "Greycats",
"version": "2.6.5",
"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\n * Customizable NavigationViewController",
"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.6.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Professional",
"ReactControls",
"Filter",
"Breadcrumb",
"Camera"
],
"subspecs": [
{
"name": "Core",
"source_files": "Greycats/{TextField,Polar,Box,Geocode,UIKit+Swift,_Control,Schedule,Regex,NavigationViewController}.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,Animation,UIImage+Extention}.swift"
},
{
"name": "Camera",
"dependencies": {
"Greycats/Core": [
],
"Greycats/Graphics": [
]
},
"source_files": "Greycats/Camera.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": [
]
}
}
]
}