blob: 8e4f46badfaa48420a7936a1a7f4570f82c5ffd2 [file] [log] [blame]
{
"name": "SwiftyRegex",
"version": "1.0.0",
"summary": "Tiny Swift wrapper around NSRegularExpression for usable API.",
"homepage": "https://github.com/tomekc/SwiftyRegex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomek Cejner": "tomek@japko.info"
},
"source": {
"git": "https://github.com/tomekc/SwiftyRegex.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}