forked from hellohappy/XModules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXModules.podspec
More file actions
27 lines (21 loc) · 752 Bytes
/
XModules.podspec
File metadata and controls
27 lines (21 loc) · 752 Bytes
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
Pod::Spec.new do |s|
s.name = "XModules"
s.version = "0.4.8"
s.summary = "工厂化模组"
s.description = <<-DESC
*目常用组件
DESC
s.homepage = "http://ibcker.me"
s.license = 'Apache'
s.author = { "ibcker" => "happymiyu@gmail.com" }
s.source = { :git => "https://github.com/ibcker/XModules.git"}
s.source_files = 'XModules/**/*.{h,m}'
s.resource = 'XModules/**/*.bundle'
s.exclude_files = 'XModules/debuger'
s.frameworks = 'UIKit', 'CoreText', 'CoreGraphics', 'QuartzCore'
s.requires_arc = true
s.platform = :ios, '7.0'
# s.default_subspec = 'utils'
s.dependency 'AFNetworking', '~>2.5'
s.dependency 'EGOCache', '~>2.1'
end