blob: 49244618ba2aa65a02797ec1263ce73862874f6f [file] [log] [blame]
{
"name": "NSAttributedString-DDHTML",
"version": "0.0.1",
"summary": "Simplifies working with NSAttributedString by allowing you to use HTML to describe formatting behaviors.",
"description": " A longer description of NSAttributedString-DDHTML in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/dbowen/NSAttributedString-DDHTML",
"license": {
"type": "BSD",
"text": "\tCreated by Derek Bowen\n\tCopyright (c) 2012, Deloitte Digital\n\tAll rights reserved.\n\n\tRedistribution and use in source and binary forms, with or without\n\tmodification, are permitted provided that the following conditions are met:\n\t* Redistributions of source code must retain the above copyright\n\t notice, this list of conditions and the following disclaimer.\n\t* Redistributions in binary form must reproduce the above copyright\n\t notice, this list of conditions and the following disclaimer in the\n\t documentation and/or other materials provided with the distribution.\n\t* Neither the name of the <organization> nor the\n\t names of its contributors may be used to endorse or promote products\n\t derived from this software without specific prior written permission.\n\n\tTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n\tANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n\tWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n\tDISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\n\tDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n\t(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n\tLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n\tON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\t(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n\tSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n \n"
},
"authors": "Derek Bowen",
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/dbowen/NSAttributedString-DDHTML.git",
"commit": "03c0ec124e424aeb37fbf05a31048f51c7d65b22"
},
"source_files": "NSAttributedString+DDHTML",
"libraries": "xml2",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}