blob: 5fb84413939a0daa19f840386d67b5d2daf6f23a [file] [log] [blame]
{
"name": "JWKeyWordFilter",
"version": "0.0.5",
"license": "MIT",
"summary": "the fastest way to test a string whera contain key word or replace the keyword with special string",
"homepage": "https://github.com/upworldcjw",
"authors": {
"upowrld": "1042294579@qq.com"
},
"source": {
"git": "https://github.com/upworldcjw/JWKeyWordFilter.git",
"tag": "0.0.5"
},
"source_files": "JWKeyWordFilter/*.{h,m,mm}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}