blob: 5d63c3de03f048428d95af366b55b8257c69382b [file] [log] [blame]
{
"name": "VSRegex-Objc",
"version": "1.0.0",
"summary": "Regular expressions that match the mobile phone number in mainland China.",
"description": "ChinaMobilePhoneNumberRegex wrappers for iOS and macOS in Objective-C.",
"homepage": "https://github.com/VSRegex/VSRegex-Objc",
"license": "MIT",
"authors": {
"VincentXue": "vincentxueios@gmail.com"
},
"social_media_url": "https://twitter.com/SuetFungSit",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/VSRegex/VSRegex-Objc.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.{h,m}",
"resource_bundles": {
"VSRegex": [
"Sources/Resources/regex.json"
]
}
}