-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGRJKit.podspec
More file actions
30 lines (18 loc) · 770 Bytes
/
GRJKit.podspec
File metadata and controls
30 lines (18 loc) · 770 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
28
29
30
Pod::Spec.new do |s|
s.name = "GRJKit"
s.version = "0.0.1"
s.summary = "GRJ gogogo"
s.description = <<-DESC
this project provide all kinds of categories for iOS developer
DESC
s.homepage = "https://github.com/Jack424/GRJKit"
s.license = "MIT"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "GRJ"
s.platform = :ios
s.source = { :git => "https://github.com/Jack424/GRJKit.git", :tag => "0.0.1" }
s.source_files = "GRJKit", "GRJKit/GRJCategoryKit/**/*.{h,m}"
s.exclude_files = "GRJKit/Exclude"
s.framework = "Foundation"
s.requires_arc = true
end