Skip to content

Instantly share code, notes, and snippets.

@melvin7
Created June 11, 2015 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melvin7/f2645ecab1ac9a2650af to your computer and use it in GitHub Desktop.
Save melvin7/f2645ecab1ac9a2650af to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "TFFileManager"
s.version = "0.0.1"
s.summary = "时光流影文件上传平台iOS客户端SDK"
s.homepage = "https://github.com/TimeFaceCoder/TFFileManager"
s.license = "Copyright (C) 2015 TimeFace, Inc. All rights reserved."
s.author = { "Melvin" => "yangmin@timeface.cn" }
s.social_media_url = "http://www.timeface.cn"
s.ios.deployment_target = "7.0"
s.source = { :git => "https://github.com/TimeFaceCoder/TFFileManager.git"}
s.source_files = "FileManager/**/*.{h,m}"
s.requires_arc = true
s.dependency 'AFNetworking'
s.dependency 'EGOCache'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment