blob: d04207ac8ff8782630377baf8e7329995996b0f5 [file] [log] [blame]
{
"name": "AXRegex",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/*.swift",
"frameworks": "Foundation"
}