blob: 1f26a893102a9b5911fc3e2e52ed40cecf7186fa [file] [log] [blame]
{
"name": "Reg",
"version": "0.1.1",
"summary": "A convenient Ruby-like wrapper for NSRegularExpression",
"homepage": "https://github.com/yhkaplan/Reg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua Kaplan": "yhkaplan@gmail.com"
},
"source": {
"git": "https://github.com/yhkaplan/Reg.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/yhkaplan",
"source_files": "Sources/Reg/*.swift",
"frameworks": "Foundation",
"swift_version": "4.2.1",
"platforms": {
"ios": "10.0",
"osx": "10.13"
}
}