blob: cb30ae2316cd38044c10c861252183b9bf06a5ec [file] [log] [blame]
{
"name": "StringInChain",
"version": "0.3.0",
"summary": "StringInChain give you a far more clean way to create attributed string.",
"description": " An convenient and fast approach to create AttributedString.\n StringInChain give you a far more clean way to create attributed string.\n",
"homepage": "https://github.com/lsolniczek/string-in-chain",
"license": "MIT",
"authors": {
"Lukasz Solniczek": "l.solniczek@gmail.com"
},
"source": {
"git": "https://github.com/lsolniczek/string-in-chain.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"StringInChain": [
"Pod/Assets/*.png"
]
}
}