-
Notifications
You must be signed in to change notification settings - Fork 0
/
KratosCategoryExtension.podspec
36 lines (24 loc) · 1.21 KB
/
KratosCategoryExtension.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Pod::Spec.new do |s|
s.name = "KratosCategoryExtension"
s.version = "0.0.7"
s.summary = "https://github.com/Kratos28/KratosCategoryExtension.git"
s.description = "https://github.com/Kratos28/KratosCategoryExtension.git This is KratosCategoryExtension"
s.homepage = "https://github.com/Kratos28/KratosCategoryExtension.git"
s.license = 'MIT'
s.author = { "Kratos" => "[email protected]" }
s.source = { :git => "https://github.com/Kratos28/KratosCategoryExtension.git", :tag => s.version }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'KratosCategoryExtension/**/*.{h,m}'
s.resource = 'KratosCategoryExtension/KratosCategoryExtension.bundle'
#s.subspec 'WebProgressView' do |ss|
#ss.source_files = 'WebProgressView/*.{h,m}'
#end
#s.subspec 'YJSortAndIndex' do |ss|
#ss.source_files = 'YJSortAndIndex/*.{h,m}'
#end
#s.vendored_libraries = 'KratosExtension/*.a'
#s.library = 'KratosExtension'
#s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/KratosExtension/KratosExtension/libKratosExtension.a"' }
#s.frameworks = "Foundation","UIKit","MapKit","QuartzCore","CoreText","ImageIO","Security","CoreTelephony","CoreGraphics"
end