blob: d4b14544fb4ced72e1858c5f36c5d3efe48ce0f4 [file] [log] [blame]
{
"name": "Greycats",
"version": "2.9.4",
"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.9.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Layout",
"Graphics"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "2.3"
},
"subspecs": [
{
"name": "Core",
"source_files": "Greycats/{Graphics/Graphics,Core/*,Layout/Designable}.swift"
},
{
"name": "Layout",
"dependencies": {
"Greycats/Core": [
]
},
"source_files": "Greycats/Layout/*.swift"
},
{
"name": "Graphics",
"source_files": "Greycats/Graphics/*.swift"
},
{
"name": "Geocode",
"source_files": "Greycats/Geocode.swift"
},
{
"name": "Navigator",
"dependencies": {
"Greycats/Layout": [
]
},
"source_files": "Greycats/Navigator.swift"
},
{
"name": "Camera",
"dependencies": {
"Greycats/Graphics": [
],
"Greycats/Core": [
]
},
"source_files": "Greycats/Camera.swift"
},
{
"name": "FilterHook",
"dependencies": {
"Greycats/Layout": [
]
},
"source_files": "Greycats/FilterHook.swift"
},
{
"name": "Breadcrumb",
"source_files": "Greycats/Breadcrumb.swift"
}
]
}