[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / c / 5 / VSRegex-Objc / 1.0.0 / VSRegex-Objc.podspec.json
blob5d63c3de03f048428d95af366b55b8257c69382b
2   "name": "VSRegex-Objc",
3   "version": "1.0.0",
4   "summary": "Regular expressions that match the mobile phone number in mainland China.",
5   "description": "ChinaMobilePhoneNumberRegex wrappers for iOS and macOS in Objective-C.",
6   "homepage": "https://github.com/VSRegex/VSRegex-Objc",
7   "license": "MIT",
8   "authors": {
9     "VincentXue": "vincentxueios@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/SuetFungSit",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "swift_version": "4.2",
19   "source": {
20     "git": "https://github.com/VSRegex/VSRegex-Objc.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "Sources/*.{h,m}",
24   "resource_bundles": {
25     "VSRegex": [
26       "Sources/Resources/regex.json"
27     ]
28   }