Skip to content

Commit 6a6fde7

Browse files
author
Sam Dods
committed
updated pod spec
1 parent d2c486d commit 6a6fde7

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

DZLCategoryProperties.podspec

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,13 @@
1-
21
Pod::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-
5213
end

0 commit comments

Comments
 (0)