[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 1 / 5 / CocoaOniguruma / 0.0.1 / CocoaOniguruma.podspec.json
blobe2dd342d8ec12b678e6d6be8fe8d11e54a5a26b0
2   "name": "CocoaOniguruma",
3   "version": "0.0.1",
4   "summary": "Objective-C binding of Oniguruma regular expression engine.",
5   "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",
6   "homepage": "https://github.com/psychs/cocoaoniguruma",
7   "license": {
8     "type": "BSD",
9     "file": "framework/core/oniguruma/COPYING"
10   },
11   "authors": {
12     "Satoshi Nakagawa": "psychs@limechat.net"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/psychs/cocoaoniguruma.git",
20     "commit": "1528f0af3e4ed1339642ad58038f333a20e0073a"
21   },
22   "source_files": "framework/core/**/*.{h,m,c}",
23   "public_header_files": [
24     "framework/core/*.h",
25     "framework/core/oniguruma/oniguruma.h"
26   ],
27   "requires_arc": false