|
@@ -38,13 +38,13 @@ Pod::Spec.new do |s|
|
|
|
safeKit.frameworks = "UIKit", "Foundation"
|
|
|
end
|
|
|
|
|
|
-# s.subspec 'Pay' do |pay|
|
|
|
-# pay.source_files = 'OJAKitDemo/OJAKit/Pay/**/*.{h,m}'
|
|
|
-# pay.public_header_files = 'OJAKitDemo/OJAKit/Pay/*.{h}'
|
|
|
-# pay.resources = 'OJAKitDemo/OJAKit/Pay/*.{bundle}'
|
|
|
-# pay.vendored_frameworks = "OJAKitDemo/OJAKit/Pay/*.{framework}"
|
|
|
-# pay.frameworks = "UIKit", "Foundation", "CoreMotion", "CFNetwork", "CoreGraphics", "CoreText", "CoreTelephony", "SystemConfiguration", "QuartzCore"
|
|
|
-# pay.libraries = "c++", "z"
|
|
|
-# end
|
|
|
+ s.subspec 'Pay' do |pay|
|
|
|
+ pay.source_files = 'OJAKitDemo/OJAKit/Pay/**/*.{h,m}'
|
|
|
+ pay.public_header_files = 'OJAKitDemo/OJAKit/Pay/*.{h}'
|
|
|
+ pay.resources = 'OJAKitDemo/OJAKit/Pay/*.{bundle}'
|
|
|
+ pay.vendored_frameworks = "OJAKitDemo/OJAKit/Pay/*.{framework}"
|
|
|
+ pay.frameworks = "UIKit", "Foundation", "CoreMotion", "CFNetwork", "CoreGraphics", "CoreText", "CoreTelephony", "SystemConfiguration", "QuartzCore"
|
|
|
+ pay.libraries = "c++", "z"
|
|
|
+ end
|
|
|
|
|
|
end
|