blob: 22d6ac1c063fdfb97f7e99e797882a33d86af383 [file] [log] [blame]
{
"name": "Regex.swift",
"version": "0.1.1",
"summary": "A Simple Swift NSRegularExpression wrapper",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fpg1503/Regex.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francesco Perrotti-Garcia": "fpg1503@gmail.com"
},
"source": {
"git": "https://github.com/fpg1503/Regex.swift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Regex.swift/Classes/**/*"
}