blob: e9ae1266af4286480810e873394adb8fc513aa00 [file] [log] [blame]
{
"name": "Marker",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.12",
"tvos": "9.0"
},
"requires_arc": true,
"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"
},
"pushed_with_swift_version": "4.0"
}