2 "name": "SecureStorage",
4 "summary": "A simple utility to store objects securely on disk or in defaults",
5 "description": "A simple library that allows applications to store Objective-C/Swift objects securely on disk or in user defaults.",
6 "homepage": "https://github.com/Ad1991/SecureStorage",
12 "Adarsh Rai": "adrai75@gmail.com"
18 "git": "https://github.com/Ad1991/SecureStorage.git",
21 "source_files": "SecureStorage/**/*.{h,m,swift}",
26 "swift_version": "4.1",
27 "pod_target_xcconfig": {
28 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/SecureStorage/SecureStorage/modulemaps/iphoneos",
29 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/SecureStorage/SecureStorage/modulemaps/iphonesimulator",
30 "SWIFT_VERSION": "4.1"