[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / 9 / KryptoSwift / 1.0.1 / KryptoSwift.podspec.json
blob028f2abf468e3e14d13722050b465006870bda36
2   "name": "KryptoSwift",
3   "summary": "CommonCrypto in Swift",
4   "version": "1.0.1",
5   "homepage": "https://github.com/msgrizz/KryptoSwift",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "info@mihailsalari.com"
9   },
10   "source": {
11     "git": "https://github.com/msgrizz/KryptoSwift.git",
12     "tag": "1.0.1"
13   },
14   "social_media_url": "https://fb.com/new.mihailsalari",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.2",
19     "watchos": "3.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/**/*.swift",
23   "preserve_paths": "CocoaPods/**/*",
24   "pod_target_xcconfig": {
25     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(PODS_ROOT)/KryptoSwift/CocoaPods/macosx",
26     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/KryptoSwift/CocoaPods/iphoneos",
27     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/KryptoSwift/CocoaPods/iphonesimulator",
28     "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/KryptoSwift/CocoaPods/appletvos",
29     "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/KryptoSwift/CocoaPods/appletvsimulator",
30     "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(PODS_ROOT)/KryptoSwift/CocoaPods/watchos",
31     "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(PODS_ROOT)/KryptoSwift/CocoaPods/watchsimulator",
32     "SWIFT_VERSION": "4.0"
33   }