5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
platform :ios, '9.0'
|
||
|
|
||
|
target 'UnzipKitDemo' do
|
||
|
pod "UnzipKit", :path => "..", :testspecs => ['Tests']
|
||
|
end
|