142 Star 498 Fork 131

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
Objective-C
1
https://gitee.com/yanglishuan/NSString-STRegex.git
git@gitee.com:yanglishuan/NSString-STRegex.git
yanglishuan
NSString-STRegex
NSString-STRegex
master

搜索帮助