blob: 735028762004ae21cc8cc35cf5f2b140202f8019 [file] [log] [blame]
{
"name": "RegexKitLite",
"version": "4.0",
"license": "BSD",
"summary": "Lightweight Objective-C Regular Expressions using the ICU Library.",
"homepage": "http://regexkit.sourceforge.net/RegexKitLite/",
"authors": {
"John Engelhart": "regexkitlite@gmail.com"
},
"source": {
"svn": "https://svn.code.sf.net/p/regexkit/code/RegexKitLite",
"revision": "69"
},
"source_files": "**/RegexKitLite.{h,m}",
"libraries": "icucore",
"requires_arc": false
}