blob: 620ece2b367574cea5985f08be4fd13d27173e8e [file] [log] [blame]
{
"name": "RegexKitLiteLib",
"version": "0.1.0",
"summary": "正则表达式工具库",
"description": "网上居然没有正则表达式库的pod版本...",
"homepage": "https://github.com/MichaelHuyp/RegexKitLiteLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"胡云鹏": "huyunpeng@didichuxing.com"
},
"source": {
"git": "https://github.com/MichaelHuyp/RegexKitLiteLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RegexKitLiteLib/Classes/**/*",
"requires_arc": false,
"libraries": "icucore"
}