|
@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
|
10
|
10
|
|
11
|
11
|
spec.source = { :git => "http://10.1.235.20:3000/ipu/ios-share.git", :tag => "#{spec.version}" }
|
12
|
12
|
spec.ios.vendored_frameworks = "IPUFrameworks/IPUFoundation.framework", "IPUFrameworks/IPUMobile.framework", "IPUFrameworks/IPULib.framework", "IPUFrameworks/IPUMobileUI.framework", "IPUFrameworks/IPUMobileFunc.framework"
|
13
|
|
spec.resources = "IPUFrameworks/IPUMobile.bundle", "IPUFrameworks/IPUMobileUI.bundle", "IPUFrameworks/IPUMobileFunc.bundle"
|
|
13
|
spec.resources = "IPUFrameworks/IPUMobile.bundle", "IPUFrameworks/IPUMobileUI.bundle", "IPUFrameworks/IPUMobileFunc.bundle", "IPUFrameworks/KRVideoPlayerBundle.bundle"
|
14
|
14
|
|
15
|
15
|
spec.frameworks = "SystemConfiguration", "Foundation", "UIKit", "WebKit", "CoreTelephony", "Security", "CFNetwork", "CoreGraphics", "CoreFoundation"
|
16
|
16
|
spec.libraries = "sqlite3", "z.1", "c++", "resolv"
|