|
|
|
|
4
|
# you can make all the dynamic frameworks turning into static libraries.
|
4
|
# you can make all the dynamic frameworks turning into static libraries.
|
5
|
|
5
|
|
6
|
# use_frameworks!
|
6
|
# use_frameworks!
|
|
|
7
|
+
|
7
|
# $dynamic_frameworks = []
|
8
|
# $dynamic_frameworks = []
|
8
|
|
9
|
|
9
|
# pre_install do |installer|
|
10
|
# pre_install do |installer|
|
10
|
-# #
|
|
|
11
|
# installer.pod_targets.each do |pod|
|
11
|
# installer.pod_targets.each do |pod|
|
12
|
# if !$dynamic_frameworks.include?(pod.name)
|
12
|
# if !$dynamic_frameworks.include?(pod.name)
|
13
|
# puts "Overriding the static_framework? method for #{pod.name}"
|
13
|
# puts "Overriding the static_framework? method for #{pod.name}"
|