blob: 3f469257fc3708991b72cfabc532559662168f28 [file] [log] [blame]
{
"name": "PrivacyKit",
"version": "1.0.1",
"summary": "PrivacyKit provides a data persistent method to present a privacy notice and manage whether privacy was accepted or denied.",
"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.",
"homepage": "https://github.com/ithazfire/PrivacyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Archdoog": "jacob@ithazfire.com"
},
"source": {
"git": "https://github.com/ithazfire/PrivacyKit.git",
"tag": "1.0.1"
},
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"source_files": "PrivacyKit/Classes/**/*.{h,m,swift,xcdatamodeld}",
"resources": "PrivacyKit/Classes/Models/*.xcdatamodeld",
"swift_version": "5.1"
}