[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 5 / 4 / 2 / SwiftyCryptoNew / 0.0.2 / SwiftyCryptoNew.podspec.json
blobccc4e36404fc1b4b3b862526b7cd0fefeec406b7
2   "name": "SwiftyCryptoNew",
3   "version": "0.0.2",
4   "summary": "A library for Crypto using Swift updated for iOS 16 with backward compatibility",
5   "homepage": "https://github.com/vizllx/SwiftyCrypto",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "vizllx": "vizllx@gmail.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/vizllx/SwiftyCrypto.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "Sources/**/*.swift",
21   "preserve_paths": "CocoaPods/**/*",
22   "swift_versions": "4.0",
23   "pod_target_xcconfig": {
24     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(PODS_ROOT)/SwiftyCrypto/CocoaPods/macosx",
25     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/SwiftyCrypto/CocoaPods/iphoneos",
26     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/SwiftyCrypto/CocoaPods/iphonesimulator",
27     "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/SwiftyCrypto/CocoaPods/appletvos",
28     "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/SwiftyCrypto/CocoaPods/appletvsimulator",
29     "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(PODS_ROOT)/SwiftyCrypto/CocoaPods/watchos",
30     "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(PODS_ROOT)/SwiftyCrypto/CocoaPods/watchsimulator"
31   },
32   "swift_version": "4.0"