File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed
Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change 1-
21Pod ::Spec . new do |s |
3-
4-
52 s . name = "DZLCategoryProperties"
63 s . version = "1.0.0"
74 s . summary = "Dynamic Accessors for Category Properties"
8-
9- s . description = <<-DESC
10- Using the methods defined in this `NSObject` category, you can simplify implementation of properties in your own categories.
11- Simply declare your category properties as `@dynamic` and call one of the implementor methods from the `+load` method of your category.
12- DESC
13-
145 s . homepage = "https://github.com/samdods/dynamicCategoryProperties"
15-
16-
17-
186 s . license = 'MIT'
19-
20-
21-
227 s . author = { "Sam Dods" => "dods.sam@gmail.com" }
23-
24-
25-
268 s . platform = :ios , '5.0'
27-
28-
29-
30-
319 s . source = { :git => "https://github.com/samdods/dynamicCategoryProperties.git" , :tag => s . version . to_s }
32-
33-
34-
3510 s . source_files = 'DZLCategoryProperties/*.{h,m}'
36-
37-
38-
39-
40-
41-
42-
43-
4411 s . frameworks = 'Foundation'
45-
46-
47-
48-
4912 s . requires_arc = true
50-
51-
5213end
You can’t perform that action at this time.
0 commit comments