File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
IDZSwiftCommonCrypto.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "IDZSwiftCommonCrypto"
4
- s . version = "0.7.1 "
4
+ s . version = "0.7.2 "
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"
Original file line number Diff line number Diff line change 1154
1154
INFOPLIST_FILE = IDZSwiftCommonCrypto/Info.plist;
1155
1155
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1156
1156
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1157
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
1157
+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
1158
1158
PRODUCT_BUNDLE_IDENTIFIER = "com.iosdeveloperzone.IDZSwiftCommonCrypto--OSX-";
1159
1159
PRODUCT_NAME = IDZSwiftCommonCrypto;
1160
1160
SDKROOT = macosx;
1178
1178
INFOPLIST_FILE = IDZSwiftCommonCrypto/Info.plist;
1179
1179
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1180
1180
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
1181
- MACOSX_DEPLOYMENT_TARGET = 10.11 ;
1181
+ MACOSX_DEPLOYMENT_TARGET = 10.10 ;
1182
1182
PRODUCT_BUNDLE_IDENTIFIER = "com.iosdeveloperzone.IDZSwiftCommonCrypto--OSX-";
1183
1183
PRODUCT_NAME = IDZSwiftCommonCrypto;
1184
1184
SDKROOT = macosx;
You can’t perform that action at this time.
0 commit comments