Adding plist and json support

This commit is contained in:
Roy Marmelstein
2016-02-16 23:34:24 +01:00
parent b32e780200
commit ec3f26ccd8
8 changed files with 173 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.resources = "FileBrowser/Resources/*.*"
# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'QuickLook'
s.frameworks = 'QuickLook', 'WebKit'
# s.dependency 'AFNetworking', '~> 2.3'
end