blob: 1c792f4b005cbcc5824b7238e6ce1d7327a60291 [file] [log] [blame]
{
"name": "RegexAttributer",
"version": "1.0",
"summary": "A Lightweight library to manage Regex dependent attribute generation",
"description": "A Cocoapod library that helps you to make Regex calculations and generating attributes for attributed strings more easier.",
"homepage": "https://github.com/rajavijayakumar/RegexAttributer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raja Vijaya Kumar": "developer.rajanayagam@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/rajavijayakumar/RegexAttributer.git",
"tag": "1.0"
},
"source_files": "RegexAttributer/**/*.{h,m,swift}",
"swift_version": "4.0"
}