[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / d / b / PrivacyKit / 1.0.1 / PrivacyKit.podspec.json
blob3f469257fc3708991b72cfabc532559662168f28
2   "name": "PrivacyKit",
3   "version": "1.0.1",
4   "summary": "PrivacyKit provides a data persistent method to present a privacy notice and manage whether privacy was accepted or denied.",
5   "description": "PrivacyKit provides a persistent CoreData method for privacy status and an associated method to present a privacy notice. When enabled\non a UIViewController, the requirePrivacy method checks the current CoreData state and presents the privacy view controller if privacy\nhas not been accepted.",
6   "homepage": "https://github.com/ithazfire/PrivacyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Archdoog": "jacob@ithazfire.com"
13   },
14   "source": {
15     "git": "https://github.com/ithazfire/PrivacyKit.git",
16     "tag": "1.0.1"
17   },
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "PrivacyKit/Classes/**/*.{h,m,swift,xcdatamodeld}",
23   "resources": "PrivacyKit/Classes/Models/*.xcdatamodeld",
24   "swift_version": "5.1"