blob: 3fb8c5498b0837a3ec3d9a6c6b5ae9f963ae6133 [file] [log] [blame]
{
"name": "ATPathSpec",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "Source/**/*.{h,m,swift}",
"private_header_files": "Source/*Private.h"
}