blob: f08ba6fc1e0453fbb28a64c0d7ca2a6d13360ff5 [file] [log] [blame]
{
"name": "Snake",
"version": "0.2.0",
"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/Snake",
"license": "MIT",
"authors": {
"Draveness": "stark.draven@gmail.com"
},
"source": {
"git": "https://github.com/Draveness/Snake.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Snake": [
"Pod/Assets/*.png"
]
}
}