1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "IDZSwiftCommonCrypto"
4
- s . version = "0.11.0 "
4
+ s . version = "0.11.1 "
5
5
s . summary = "A wrapper for Apple's Common Crypto library written in Swift."
6
6
7
7
s . homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto"
@@ -16,29 +16,6 @@ Pod::Spec.new do |s|
16
16
17
17
s . source = { :git => "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git" , :tag => s . version . to_s }
18
18
19
- #
20
- # Create the dummy CommonCrypto.framework structures
21
- #
22
- s . prepare_command = <<-CMD
23
- touch prepare_command.txt
24
- echo 'Running prepare_command'
25
- pwd
26
- echo Running GenerateCommonCryptoModule
27
- # This was needed to ensure the correct Swift interpreter was
28
- # used in Xcode 8. Leaving it here, commented out, in case similar
29
- # issues occur when migrating to Swift 4.0.
30
- #TC="--toolchain com.apple.dt.toolchain.Swift_2_3"
31
- SWIFT="xcrun $TC swift"
32
- $SWIFT ./GenerateCommonCryptoModule.swift macosx .
33
- $SWIFT ./GenerateCommonCryptoModule.swift iphonesimulator .
34
- $SWIFT ./GenerateCommonCryptoModule.swift iphoneos .
35
- $SWIFT ./GenerateCommonCryptoModule.swift appletvsimulator .
36
- $SWIFT ./GenerateCommonCryptoModule.swift appletvos .
37
- $SWIFT ./GenerateCommonCryptoModule.swift watchsimulator .
38
- $SWIFT ./GenerateCommonCryptoModule.swift watchos .
39
-
40
- CMD
41
-
42
19
s . source_files = "IDZSwiftCommonCrypto"
43
20
44
21
# Stop CocoaPods from deleting dummy frameworks
0 commit comments