blob: ffba48e94fc56f268cfe2dc3ac2a47aa99096fcd [file] [log] [blame]
{
"name": "PySwiftyRegex",
"version": "0.1.3",
"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": "0.1.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "PySwiftyRegex/*.swift",
"requires_arc": true
}