blob: 29a9bf9a87a950bd2bb061410feb362e53dbb715 [file] [log] [blame]
{
"name": "DGSAttributedStringSuite",
"version": "0.1.0",
"summary": "DGSAttributedStringSuite is a helper for easy creating NSAttributedStrings.",
"description": " DGSAttributedStringSuite is just a syntax-sugar-like helper for simple creating NSAttributedStrings by chaining parameters for every part of creating string.\n",
"homepage": "https://github.com/vadimsmirnovnsk/DGSAttributedStringSuite.git",
"license": "MIT",
"authors": {
"Vadim Smirnov": "va.smirnov@2gis.ru"
},
"source": {
"git": "https://github.com/vadimsmirnovnsk/DGSAttributedStringSuite.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}