blob: e1a1dba7e7a193013ead01f5930ec861c3d3c855 [file] [log] [blame]
{
"name": "SecureStorage",
"version": "0.1.1",
"summary": "A simple utility to store objects securely on disk or in defaults",
"description": "A simple library that allows applications to store Objective-C/Swift objects securely on disk or in user defaults.",
"homepage": "https://github.com/Ad1991/SecureStorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adarsh Rai": "adrai75@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Ad1991/SecureStorage.git",
"tag": "0.1.1"
},
"source_files": "SecureStorage/**/*.{h,m,swift}",
"requires_arc": true,
"preserve_paths": [
"SecureStorage/**/*"
],
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/SecureStorage/SecureStorage/modulemaps/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/SecureStorage/SecureStorage/modulemaps/iphonesimulator",
"SWIFT_VERSION": "4.1"
}
}