1 Star 0 Fork 130

lx/NSString-STRegex

forked from stlwtr/NSString-STRegex 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NSString+STRegex.podspec 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
stlwtr 提交于 2014-06-16 12:39 . add NSString+STRegex.podspec
Pod::Spec.new do |s|
s.name = "NSString+STRegex"
s.version = "0.4.5"
s.summary = "some common regex."
s.description = <<-DESC
一些正则校验,判断邮箱,手机号码,车牌号,身份证号,网址,账号,密码,ip等。
DESC
s.homepage = "http://git.oschina.net/yanglishuan/NSString-STRegex"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "stlwtr" => "2008.yls@163.com" }
s.platform = :ios, '6.0'
s.source = { :git => "http://git.oschina.net/yanglishuan/NSString-STRegex.git", :tag => "0.4.5" }
s.source_files = 'Classes', 'NSString+STRegex/**/*.{h,m}'
s.frameworks = 'UIKit', 'Foundation'
s.requires_arc = true
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lxyumen1/NSString-STRegex.git
git@gitee.com:lxyumen1/NSString-STRegex.git
lxyumen1
NSString-STRegex
NSString-STRegex
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385