blob: be686bc4df408b82513e111135bb41003ddfba91 [file] [log] [blame]
{
"name": "Marker",
"version": "1.2.2",
"summary": "A light wrapper around NSAttributedString.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/prolificinteractive/Marker",
"license": "MIT",
"authors": {
"Htin Linn": "linn@prolificinteractive.com"
},
"source": {
"git": "https://github.com/prolificinteractive/Marker.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.12",
"tvos": "9.0"
},
"requires_arc": true,
"swift_versions": "5.1.2",
"source_files": "Marker/Marker/**/*.{h,swift}",
"ios": {
"exclude_files": "Marker/Marker/**/NS*Extension.swift"
},
"tvos": {
"exclude_files": "Marker/Marker/**/NS*Extension.swift"
},
"osx": {
"exclude_files": "Marker/Marker/**/UI*Extension.swift"
},
"swift_version": "5.1.2"
}