Skip to content

Commit c7a228b

Browse files
添加工程
1 parent 3f11960 commit c7a228b

File tree

116 files changed

+8684
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+8684
-0
lines changed

Podfile

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
source 'https://cdn.cocoapods.org/'
5+
6+
7+
8+
target 'UIScrollView+TDScrollView' do
9+
# Comment the next line if you don't want to use dynamic frameworks
10+
use_frameworks!
11+
12+
13+
pod 'MJRefresh'
14+
15+
16+
end

Podfile.lock

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- MJRefresh (3.5.0)
3+
4+
DEPENDENCIES:
5+
- MJRefresh
6+
7+
SPEC REPOS:
8+
trunk:
9+
- MJRefresh
10+
11+
SPEC CHECKSUMS:
12+
MJRefresh: 6afc955813966afb08305477dd7a0d9ad5e79a16
13+
14+
PODFILE CHECKSUM: 3fb537879261bc7b1e23178664698822bc51c8b4
15+
16+
COCOAPODS: 1.10.0

Pods/MJRefresh/LICENSE

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.m

+207
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)