blob: 0dd6621646fed7de43dabeedb3b90a7807298310 [file] [log] [blame]
{
"name": "AXRegex",
"version": "0.2.2",
"summary": "A easy way to use regex in Swift.",
"description": "Try to implement a easy way to use regex in Swift.",
"homepage": "https://github.com/ArthurXHK/AXRegex",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Arthur XU": "arthurk.dev@gmail.com"
},
"source": {
"git": "https://github.com/ArthurXHK/AXRegex.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/*.swift",
"frameworks": "Foundation"
}