blob: 7f94d2e5fa376c46a8a32bbd1b2da0d31fe44cb6 [file] [log] [blame]
{
"name": "StringUtilities",
"version": "2.2.1",
"summary": "A collection of utilities to work with strings",
"description": "Collection of utilities to work with strings, including regex helpers and\ntrimming methods",
"homepage": "https://github.com/visualNACert/StringUtilities",
"license": {
"type": "LGPL2",
"file": "LICENSE"
},
"authors": {
"visualNACert team": "",
"Lluís Ulzurrun de Asanza i Sàez": "lulzurrun@visualnacert.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/visualNACert/StringUtilities.git",
"tag": "2.2.1"
},
"source_files": [
"Source",
"Source/**/*.{h,m,swift}"
],
"exclude_files": "Source/Exclude",
"pushed_with_swift_version": "3.0"
}