blob: 81954209f8d23e7eba45e067c91b5154e8a148b6 [file] [log] [blame]
{
"name": "ZSWTaggedString",
"version": "1.1",
"summary": "Converts an NSString with tags (like HTML) into an NSAttributedString",
"description": " Tags in a ZSWTaggedString are like HTML, except you define what they mean.\n Read more: https://github.com/zacwest/ZSWTaggedString\n",
"homepage": "https://github.com/zacwest/ZSWTaggedString",
"license": "MIT",
"authors": {
"Zachary West": "zacwest@gmail.com"
},
"source": {
"git": "https://github.com/zacwest/ZSWTaggedString.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/zacwest",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"ZSWTaggedString/Classes/**/*",
"ZSWTaggedString/Private/**/*"
],
"public_header_files": "ZSWTaggedString/Classes/**/*.h",
"private_header_files": "ZSWTaggedString/Private/**/*.h"
}