forked from tuxi/OSFileManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOSFileManager.podspec
More file actions
24 lines (20 loc) · 1.03 KB
/
Copy pathOSFileManager.podspec
File metadata and controls
24 lines (20 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Be sure to run `pod spec lint OSFileManager.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "OSFileManager"
s.version = "0.0.4"
s.summary = "iOS设备上异步文件操作(移动、复制),同时回调文件进度及状态信息"
s.description = "iOS设备上异步文件操作(移动、复制),同时回调文件进度及状态信息,适用于大文件操作"
s.platform = :ios, "8.0"
s.homepage = "https://github.com/Ossey/OSFileManager"
s.license = "MIT"
s.author = { "Ossey" => "xiaoyuan1314@me.com" }
s.source = { :git => "https://github.com/Ossey/OSFileManager.git", :tag => "#{s.version}" }
s.source_files = "OSFileManager/OSFileManager/OSFileManager.{h,m}"
s.requires_arc = true
end