Skip to content

Commit 076b5d5

Browse files
committed
上传原始文件
1 parent 2f52914 commit 076b5d5

File tree

1,677 files changed

+118158
-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.

1,677 files changed

+118158
-0
lines changed

TodayNews/.gitignore

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
6+
build/
7+
DerivedData/
8+
9+
## Various settings
10+
*.pbxuser
11+
!default.pbxuser
12+
*.mode1v3
13+
!default.mode1v3
14+
*.mode2v3
15+
!default.mode2v3
16+
*.perspectivev3
17+
!default.perspectivev3
18+
xcuserdata/
19+
20+
## Other
21+
*.moved-aside
22+
*.xcuserstate
23+
24+
## Obj-C/Swift specific
25+
*.hmap
26+
*.ipa
27+
*.dSYM.zip
28+
*.dSYM
29+
30+
## Playgrounds
31+
timeline.xctimeline
32+
playground.xcworkspace
33+
34+
# Swift Package Manager
35+
#
36+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
37+
# Packages/
38+
.build/
39+
40+
# CocoaPods
41+
#
42+
# We recommend against adding the Pods directory to your .gitignore. However
43+
# you should judge for yourself, the pros and cons are mentioned at:
44+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
45+
#
46+
# Pods/
47+
48+
# Carthage
49+
#
50+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
51+
# Carthage/Checkouts
52+
53+
Carthage/Build
54+
55+
# fastlane
56+
#
57+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
58+
# screenshots whenever they are needed.
59+
# For more information about the recommended setup visit:
60+
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
61+
62+
fastlane/report.xml
63+
fastlane/Preview.html
64+
fastlane/screenshots
65+
fastlane/test_output

TodayNews/.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language: objective-c
2+
osx_image: xcode8.3

TodayNews/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 hrscy
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

TodayNews/Podfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
source 'https://github.com/CocoaPods/Specs.git'
2+
platform :ios, '9.0'
3+
use_frameworks!
4+
5+
target "TodayNews" do
6+
pod 'SnapKit', '~> 3.2.0' # 布局框架 https://github.com/SnapKit/SnapKit,同 Masonry
7+
pod 'Kingfisher', '~> 3.10.4' # 缓存图片 https://github.com/onevcat/Kingfisher,同 SDWebImage
8+
pod 'Alamofire', '~> 4.5.0' # 数据请求 https://github.com/Alamofire/Alamofire,同 AFNetworking
9+
pod 'SwiftyJSON', '~> 3.1.4' # json 解析 https://github.com/SwiftyJSON/SwiftyJSON
10+
pod 'IBAnimatable' # 设计原型,自定义 UI,交互,导航,转场和动画 https://github.com/IBAnimatable/IBAnimatable
11+
pod 'RxSwift', '~> 3.6.1' # 响应式编程框架 https://github.com/ReactiveX/RxSwift
12+
pod 'RxCocoa', '~> 3.6.1' # 响应式编程框架 https://github.com/ReactiveX/RxSwift
13+
pod 'SVProgressHUD', '~> 2.1.2' # 提示功能 https://github.com/SVProgressHUD/SVProgressHUD
14+
pod 'MJRefresh' # 上拉和下拉刷新框架 https://github.com/CoderMJLee/MJRefresh
15+
pod 'BMPlayer' # 视频播放框架 https://github.com/BrikerMan/BMPlayer
16+
pod 'LeanCloud', '~> 10.1.0' # 云存储功能,可作为后台,模拟登录 https://leancloud.cn/docs/sdk_down.html
17+
pod 'SwiftTheme' # 主题替换方案 https://github.com/jiecao-fm/SwiftTheme
18+
19+
end

TodayNews/Podfile.lock

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
PODS:
2+
- Alamofire (4.5.0)
3+
- BMPlayer (0.8.7):
4+
- BMPlayer/Full (= 0.8.7)
5+
- BMPlayer/Core (0.8.7)
6+
- BMPlayer/Full (0.8.7):
7+
- BMPlayer/Core
8+
- NVActivityIndicatorView (~> 3.5)
9+
- SnapKit (~> 3.2)
10+
- IBAnimatable (4.1.0)
11+
- Kingfisher (3.10.4)
12+
- LeanCloud (10.1.0):
13+
- LeanCloud/Storage (= 10.1.0)
14+
- LeanCloud/Storage (10.1.0):
15+
- Alamofire (~> 4.5)
16+
- MJRefresh (3.1.12)
17+
- NVActivityIndicatorView (3.7.0):
18+
- NVActivityIndicatorView/Presenter (= 3.7.0)
19+
- NVActivityIndicatorView/Presenter (3.7.0)
20+
- RxCocoa (3.6.1):
21+
- RxSwift (~> 3.6)
22+
- RxSwift (3.6.1)
23+
- SnapKit (3.2.0)
24+
- SVProgressHUD (2.1.2)
25+
- SwiftTheme (0.3.3)
26+
- SwiftyJSON (3.1.4)
27+
28+
DEPENDENCIES:
29+
- Alamofire (~> 4.5.0)
30+
- BMPlayer
31+
- IBAnimatable
32+
- Kingfisher (~> 3.10.4)
33+
- LeanCloud (~> 10.1.0)
34+
- MJRefresh
35+
- RxCocoa (~> 3.6.1)
36+
- RxSwift (~> 3.6.1)
37+
- SnapKit (~> 3.2.0)
38+
- SVProgressHUD (~> 2.1.2)
39+
- SwiftTheme
40+
- SwiftyJSON (~> 3.1.4)
41+
42+
SPEC CHECKSUMS:
43+
Alamofire: f28cdffd29de33a7bfa022cbd63ae95a27fae140
44+
BMPlayer: 5ba9e3f3d61ccc5a24ebd9cdc24901dcf28c98bc
45+
IBAnimatable: 0fd2c9fd38c4798d71bcc18dbd87d473a7df2577
46+
Kingfisher: dc3a4983e86d2dfa89513664983a82340c11a289
47+
LeanCloud: 2a6ac9da4fcf4b6b26f519d05a31998ddc59223a
48+
MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806
49+
NVActivityIndicatorView: d3738df7e2e476aca0ba6bf32a8c9fbcfc33d64b
50+
RxCocoa: 84a08739ab186248c7f31ce4ee92d6f8a947d690
51+
RxSwift: f9de85ea20cd2f7716ee5409fc13523dc638e4e4
52+
SnapKit: 1ca44df72cfa543218d177cb8aab029d10d86ea7
53+
SVProgressHUD: c404a55d78acbeb7ebb78b76d3faf986475a6994
54+
SwiftTheme: 85f84747a48749b5b3df7c3e96fc0b1d45677d30
55+
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220
56+
57+
PODFILE CHECKSUM: 9b5f03f5b20371885f5d5a753095a130300e2fa3
58+
59+
COCOAPODS: 1.4.0

TodayNews/Pods/Alamofire/LICENSE

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)