blob: 0aee9e33c7f8fcf590bde789f902f14ea85c5854 [file] [log] [blame]
{
"name": "ATPathSpec",
"version": "1.1.0",
"summary": "Path matching library with a configurable syntax (shell glob, gitignore & custom)",
"description": "Path matching library with a flexible configurable syntax, every syntax feature can be enabled/disabled with a flag. Predefined flavours for shell globs and gitignore patterns.",
"license": "MIT",
"authors": {
"Andrey Tarantsov": "andrey@tarantsov.com"
},
"homepage": "https://github.com/andreyvit/ATPathSpec",
"source": {
"git": "https://github.com/andreyvit/ATPathSpec.git",
"tag": "v1.1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "Source/**/*.{h,m,swift}",
"private_header_files": "Source/*Private.h"
}