YangQi

Delete BFEToolsKit.podspec

1 -#  
2 -# Be sure to run `pod spec lint BFEToolsKit.podspec' to ensure this is a  
3 -# valid spec and to remove all comments including this before submitting the spec.  
4 -#  
5 -# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html  
6 -# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/  
7 -#  
8 -  
9 -Pod::Spec.new do |s|  
10 -  
11 - s.name = "BFEToolsKit"  
12 - s.version = "0.0.3"  
13 - s.summary = "工具类BFEToolsKit."  
14 - s.description = <<-DESC  
15 - BFEToolsKit集合  
16 - 修复适配编译 add Extension2  
17 - DESC  
18 - s.homepage = "https://www.boxfish.cn"  
19 - s.license = "MIT"  
20 - s.platform = :ios  
21 - #s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFETools.zip"}  
22 - s.author = { "chenzhaoshen" => "alex_coolboy@163.com" }  
23 -  
24 - s.source = { :git => "https://gitlab.boxfish.cn/chenzhaoshen/BFEToolsKit.git"}#, :tag => "0.0.2"  
25 -  
26 - s.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/BFEToolsKit.h"  
27 -  
28 - #s.exclude_files = "Classes/Exclude"  
29 - s.frameworks = "UIKit", "Foundation"  
30 - s.libraries = "z"  
31 -  
32 - s.subspec 'Extensions' do |ss|  
33 - ss.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/Extension/*.{h,m}"  
34 - end  
35 -  
36 - s.subspec 'Macro' do |ss|  
37 - ss.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/Macro/*.{h,m}"  
38 - end  
39 -  
40 - s.subspec 'Tools' do |ss|  
41 - ss.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/Tools/*.{h,m}"  
42 - end  
43 -  
44 - s.subspec 'DevieceTool' do |ss|  
45 - ss.source_files = "BFEToolsKit/BFEToolsKit/BFEKit/DevieceTool/*.{h,m}"  
46 - end  
47 -  
48 -  
49 -end