[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 3 / c / PSTModernizer / 1.0.1 / PSTModernizer.podspec.json
blob49c6384b747fa84ed2940a4dcf5a10cbdc09e880
2   "name": "PSTModernizer",
3   "version": "1.0.1",
4   "summary": "Makes it easier to support older versions of iOS by fixing things and adding missing methods",
5   "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.",
6   "homepage": "https://github.com/PSPDFKit-labs/PSTModernizer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Peter Steinberger, PSPDFKit": "https://pspdfkit.com/"
13   },
14   "source": {
15     "git": "https://github.com/elfenlaid/PSTModernizer.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "PSTModernizer/**/*",
19   "social_media_url": "https://twitter.com/steipete",
20   "platforms": {
21     "ios": "9.0",
22     "tvos": "9.0"
23   },
24   "xcconfig": {
25     "CLANG_MODULES_AUTOLINK": "YES"
26   }