[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 5 / 3 / SecureStorage / 1.0.0 / SecureStorage.podspec.json
blobb1e81e9513e478fb87cd89215e56c7f5619d5851
2   "name": "SecureStorage",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adarsh Rai": "adrai75@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Ad1991/SecureStorage.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "SecureStorage/**/*.{h,m,swift}",
22   "requires_arc": true,
23   "preserve_paths": [
24     "SecureStorage/**/*"
25   ],
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"
31   }