Commit a6814396 authored by Roy Marmelstein's avatar Roy Marmelstein

Fix example podfile

parent 52b0c90c
...@@ -2,4 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git' ...@@ -2,4 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "9.0" platform :ios, "9.0"
use_frameworks! use_frameworks!
target Sample do
pod 'Zip', :git => 'https://github.com/marmelroy/Zip.git', :submodules => true pod 'Zip', :git => 'https://github.com/marmelroy/Zip.git', :submodules => true
end
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment