Showing
7 changed files
with
2 additions
and
1 deletions
No preview for this file type
SecurityKit.bundle/Info.plist
0 → 100755
No preview for this file type
SecurityKit.bundle/dec_key
0 → 100644
This diff could not be displayed because it is too large.
SecurityKit.bundle/enc_key
0 → 100644
This diff could not be displayed because it is too large.
SecurityKit.bundle/pic.jpg
0 → 100755
SecurityKit.bundle/pic_error_nsk.jpg
0 → 100755
869 Bytes
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'liberate' | 3 | s.name = 'liberate' |
| 4 | - s.version = "3.1.0.08031801" | 4 | + s.version = "3.1.0.08031802" |
| 5 | s.summary = 'A short description of liberate.' | 5 | s.summary = 'A short description of liberate.' |
| 6 | 6 | ||
| 7 | s.ios.deployment_target = '9.0' | 7 | s.ios.deployment_target = '9.0' |
| @@ -16,6 +16,7 @@ Pod::Spec.new do |s| | @@ -16,6 +16,7 @@ Pod::Spec.new do |s| | ||
| 16 | s.source = { :git => 'http://code.hh-medic.com/hh_public/hhsdk.ios.jf.git', :tag => s.version } | 16 | s.source = { :git => 'http://code.hh-medic.com/hh_public/hhsdk.ios.jf.git', :tag => s.version } |
| 17 | 17 | ||
| 18 | s.vendored_frameworks = '*.framework' | 18 | s.vendored_frameworks = '*.framework' |
| 19 | + s.resources = '*.bundle' | ||
| 19 | 20 | ||
| 20 | s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate' | 21 | s.frameworks = 'SystemConfiguration', 'CoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia', 'Accelerate' |
| 21 | s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv' | 22 | s.libraries = 'z', 'sqlite3.0', 'c++', 'stdc++', 'resolv' |
-
Please register or login to post a comment