blob: e7ba57693be7a09bfbc30d3a75f1f3687ebd7438 [file] [log] [blame]
{
"name": "oc-string",
"version": "0.0.6",
"summary": "二次封装yykit的常用字符串操作,提供nssary的一些便捷操作",
"description": "二次封装yykit的常用字符串操作,提供nssary的一些便捷操作,包括map,filter等。",
"homepage": "https://github.com/zsy78191/oc-string",
"license": "Apache License, Version 2.0",
"authors": {
"zsy78191": "zcleeco@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/zsy78191/oc-string.git",
"tag": "0.0.6"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"RegexKitLite": [
"~> 4.0"
]
}
}