blob: 7282cafe4f566fc8f397b71cda2f3546f4cc53c0 [file] [log] [blame]
{
"name": "ZSWTaggedString",
"version": "2.0",
"summary": "Converts a String (or NSString) with tags (like HTML) into an NSAttributedString",
"description": "Tags in a ZSWTaggedString are like HTML, except you define what they mean.\nRead more: https://github.com/zacwest/ZSWTaggedString",
"homepage": "https://github.com/zacwest/ZSWTaggedString",
"license": "MIT",
"authors": {
"Zachary West": "zacwest@gmail.com"
},
"source": {
"git": "https://github.com/zacwest/ZSWTaggedString.git",
"tag": "2.0"
},
"social_media_url": "https://twitter.com/zacwest",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"module_map": "ZSWTaggedString/Classes/ZSWTaggedString.modulemap",
"subspecs": [
{
"name": "Core",
"source_files": [
"ZSWTaggedString/Classes/**/*.{h,m}",
"ZSWTaggedString/Private/**/*.{h,m}"
],
"public_header_files": "ZSWTaggedString/Classes/**/*.h",
"private_header_files": "ZSWTaggedString/Private/**/*.h"
},
{
"name": "Swift",
"dependencies": {
"ZSWTaggedString/Core": [
]
},
"source_files": [
"ZSWTaggedString/Classes/**/*.swift",
"ZSWTaggedString/Private/**/*.swift"
]
}
]
}