Skip to content

Commit 28b5f33

Browse files
committed
Remove documentation bit from podspec
1 parent ab73ce8 commit 28b5f33

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

BlocksKit.podspec

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,4 @@ Pod::Spec.new do |s|
1515
s.ios.frameworks = 'MessageUI'
1616
s.ios.source_files = 'BlocksKit/*.{h,m}', 'BlocksKit/UIKit/*.{h,m}', 'BlocksKit/MessageUI/*.{h,m}'
1717
s.ios.deployment_target = '5.0'
18-
s.documentation = {
19-
:html => 'http://pandamonia.github.com/BlocksKit/Documentation/index.html',
20-
:appledoc => [
21-
'--project-company', 'Pandamonia LLC',
22-
'--company-id', 'us.pandamonia',
23-
'--no-repeat-first-par',
24-
'--no-warn-invalid-crossref'
25-
]
26-
}
2718
end

0 commit comments

Comments
 (0)