blob: ee6f5367c8578e6520f37d7eb052bd19acf208e0 [file] [log] [blame]
{
"name": "PySwiftyRegex",
"version": "2.0.0",
"license": "MIT",
"summary": "Easily deal with Regex in Swift in a Pythonic way",
"homepage": "https://github.com/cezheng/PySwiftyRegex",
"social_media_url": "https://twitter.com/AdamoCheng",
"authors": {
"Ce Zheng": "cezheng.cs@gmail.com"
},
"source": {
"git": "https://github.com/cezheng/PySwiftyRegex.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "PySwiftyRegex/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}