blob: 0e41f98cab2a42eba41a4632686d10b1ef9301e8 [file] [log] [blame]
{
"name": "DAHAttributed",
"version": "1.1.0",
"summary": "A Swift helper for creating NSAttributedString objects",
"description": "Creating NSAttributedStrings involve quite a bit of boilerplate code, but with\nAttributed, creating them is easy.",
"homepage": "https://github.com/davidahouse/Attributed",
"license": "MIT",
"authors": {
"David House": "davidahouse@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/davidahouse/Attributed.git",
"tag": "1.1.0"
},
"source_files": "Sources",
"header_dir": "Attributed",
"module_name": "Attributed",
"ios": {
"exclude_files": [
"Sources/Attributed+Foundation.swift"
]
},
"tvos": {
"exclude_files": [
"Sources/Attributed+Foundation.swift"
]
},
"osx": {
"exclude_files": [
"Sources/Attributed+UIKit.swift"
]
},
"requires_arc": true
}