[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / b / PrivacyKit / 0.1.5 / PrivacyKit.podspec.json
blob18c3310ff048cf1f8474c34b1446a7c7d62b32d6
2   "name": "PrivacyKit",
3   "version": "0.1.5",
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": "0.1.5"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "PrivacyKit/Classes/**/*.{h,m,swift,xcdatamodeld}",
23   "resources": "PrivacyKit/Classes/Models/*.xcdatamodeld"