blob: 11e7782aa47e46faf8f21e1a7312ae675ca0ea18 [file] [log] [blame]
{
"name": "PrivacyKit",
"version": "0.1.4",
"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": "0.1.4"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "PrivacyKit/Classes/**/*.{h,m,swift,xcdatamodeld}",
"resources": "PrivacyKit/Classes/Models/*.xcdatamodeld"
}