blob: e2dd342d8ec12b678e6d6be8fe8d11e54a5a26b0 [file] [log] [blame]
{
"name": "CocoaOniguruma",
"version": "0.0.1",
"summary": "Objective-C binding of Oniguruma regular expression engine.",
"description": "CocoaOniguruma is an Objective-C binding of Oniguruma regular expression engine. It's simple and tiny compared to the other bindings.\n\nIt supports iOS 4+ and Mac OS X 10.6+ on both ARC and non ARC environments.\n",
"homepage": "https://github.com/psychs/cocoaoniguruma",
"license": {
"type": "BSD",
"file": "framework/core/oniguruma/COPYING"
},
"authors": {
"Satoshi Nakagawa": "psychs@limechat.net"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/psychs/cocoaoniguruma.git",
"commit": "1528f0af3e4ed1339642ad58038f333a20e0073a"
},
"source_files": "framework/core/**/*.{h,m,c}",
"public_header_files": [
"framework/core/*.h",
"framework/core/oniguruma/oniguruma.h"
],
"requires_arc": false
}