初始化
Showing
Example/Podfile.lock
0 → 100644
Example/Pods/AFNetworking/LICENSE
0 → 100644
Example/Pods/AFNetworking/README.md
0 → 100644
Example/Pods/MJExtension/LICENSE
0 → 100644
Example/Pods/MJExtension/README.md
0 → 100644
Example/Pods/Manifest.lock
0 → 100644
Example/Pods/Pods.xcodeproj/project.pbxproj
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Example/Pods/RealReachability/LICENSE
0 → 100755
Example/Pods/RealReachability/README.md
0 → 100644
| ... | @@ -9,24 +9,16 @@ | ... | @@ -9,24 +9,16 @@ |
| Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
| s.name = 'iOSDownloadManager' | s.name = 'iOSDownloadManager' | ||
| s.version = '0.1.0' | s.version = '0.1.0' | ||
| s.summary = 'A short description of iOSDownloadManager.' | s.summary = '下载管理.' | ||
| # This description is used to generate tags and improve search results. | |||
| # * Think: What does it do? Why did you write it? What is the focus? | |||
| # * Try to keep it short, snappy and to the point. | |||
| # * Write the description between the DESC delimiters below. | |||
| # * Finally, don't worry about the indent, CocoaPods strips it! | |||
| s.description = <<-DESC | s.description = <<-DESC | ||
| TODO: Add long description of the pod here. | TODO: Add long description of the pod here. | ||
| DESC | DESC | ||
| s.homepage = 'https://github.com/zhangyunjie/iOSDownloadManager' | s.homepage = 'https://github.com/zhangyunjie/iOSDownloadManager.git' | ||
| # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | |||
| s.license = { :type => 'MIT', :file => 'LICENSE' } | s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
| s.author = { 'zhangyunjie' => 'zhangyunjie@offcn.com' } | s.author = { 'zhangyunjie' => 'zhangyunjie@offcn.com' } | ||
| s.source = { :git => 'https://github.com/zhangyunjie/iOSDownloadManager.git', :tag => s.version.to_s } | s.source = { :git => 'https://github.com/zhangyunjie/iOSDownloadManager.git', :tag => s.version.to_s } | ||
| # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | |||
| s.ios.deployment_target = '8.0' | s.ios.deployment_target = '8.0' | ||
| ... | @@ -38,5 +30,8 @@ TODO: Add long description of the pod here. | ... | @@ -38,5 +30,8 @@ TODO: Add long description of the pod here. |
| # s.public_header_files = 'Pod/Classes/**/*.h' | # s.public_header_files = 'Pod/Classes/**/*.h' | ||
| # s.frameworks = 'UIKit', 'MapKit' | # s.frameworks = 'UIKit', 'MapKit' | ||
| # s.dependency 'AFNetworking', '~> 2.3' | s.dependency 'AFNetworking', '~> 3.1.0' | ||
| s.dependency 'RealReachability', '~> 1.1.9' | |||
| s.dependency 'MJExtension', '~> 3.0.13' | |||
| end | end |
iOSDownloadManager/Classes/OffcnToast.h
0 → 100755
iOSDownloadManager/Classes/OffcnToast.m
0 → 100755
Please
register
or
sign in
to comment