blob: 99c79b0cec22e77af9c6fc02424f9cf27b334ee4 [file] [log] [blame]
{
"name": "Crotalus",
"version": "0.2.1",
"summary": "Elegant approach to deal with AttributedString",
"description": "This repo providing an elegant approach to manipulate attributed string in swift. It is extremely painful for us deal with attributed string during iOS development. And I would like to provide a repo like ruby-syntax to make it easier.",
"homepage": "https://github.com/Draveness/Crotalus",
"license": "MIT",
"authors": {
"Draveness": "stark.draven@gmail.com"
},
"source": {
"git": "https://github.com/Draveness/Crotalus.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Snake": [
"Pod/Assets/*.png"
]
}
}