blob: 379c3b370efbdce2b178b8d56fb07c5b0720c4d0 [file] [log] [blame]
{
"name": "JWKeyWordFilter",
"version": "0.0.3",
"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.3"
},
"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++"
}
}