blob: 49c6384b747fa84ed2940a4dcf5a10cbdc09e880 [file] [log] [blame]
{
"name": "PSTModernizer",
"version": "1.0.1",
"summary": "Makes it easier to support older versions of iOS by fixing things and adding missing methods",
"description": "PSTModernizer carefully applies patches to UIKit and related Apple frameworks to fix known radars with the least impact. The current set of patches just applies to iOS 9 and nothing is executed on iOS 10, as the bugs have been fixed there.",
"homepage": "https://github.com/PSPDFKit-labs/PSTModernizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Steinberger, PSPDFKit": "https://pspdfkit.com/"
},
"source": {
"git": "https://github.com/elfenlaid/PSTModernizer.git",
"tag": "1.0.1"
},
"source_files": "PSTModernizer/**/*",
"social_media_url": "https://twitter.com/steipete",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}