Skip to content

Commit 39befa1

Browse files
authored
Merge pull request #36 from ruby-china/native-topics
2 parents 035b74d + 7f27f77 commit 39befa1

File tree

64 files changed

+2381
-376
lines changed

Some content is hidden

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

64 files changed

+2381
-376
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ fastlane/report.xml
6666
fastlane/Preview.html
6767
fastlane/screenshots
6868
fastlane/test_output
69+
70+
.bundle

LICENSE.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,26 @@ Easy to use OAuth 2 library for iOS, written in Swift.
2929
### [Router](https://github.com/ViacomInc/Router)
3030
A micro routing library written in swift, primarily for deep linking use cases.
3131

32-
### [PKHUD](https://github.com/pkluz/PKHUD)
33-
A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8.
32+
### [Kingfisher](https://github.com/onevcat/Kingfisher)
33+
A lightweight, pure-Swift library for downloading and caching images from the web.
34+
35+
### [SnapKit](https://github.com/SnapKit/SnapKit)
36+
A Swift Autolayout DSL for iOS & OS X http://snapkit.io
37+
38+
### [FontAwesome.swift](https://github.com/thii/FontAwesome.swift)
39+
Use FontAwesome in your Swift projects.
40+
41+
### [SKPhotoBrowser](https://github.com/suzuki-0000/SKPhotoBrowser)
42+
Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift.
43+
44+
### [MBProgressHUD](https://github.com/jdg/MBProgressHUD)
45+
MBProgressHUD + Customizations http://www.bukovinski.com/.
46+
47+
### [MJRefresh](https://github.com/CoderMJLee/MJRefresh)
48+
An easy way to use pull-to-refresh.
49+
50+
### [UITableView-FDTemplateLayoutCell](https://github.com/forkingdog/UITableView-FDTemplateLayoutCell)
51+
Template auto layout cell for automatically UITableViewCell height calculating.
3452

3553
### [YYKeyboardManager](https://github.com/ibireme/YYKeyboardManager)
3654
iOS utility class allows you to access keyboard view and track keyboard animation.

Podfile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ target 'ruby-china-ios' do
55
pod 'SwiftyJSON', '~> 2.0'
66
pod 'Alamofire', '~> 3.0'
77
pod 'Heimdallr', '~> 3.0'
8-
pod 'Router'
9-
pod 'PKHUD'
8+
pod 'Router', '~> 1.0'
9+
pod 'Kingfisher', '~> 2.4'
10+
pod 'SnapKit', '~> 0.22'
11+
pod 'FontAwesome.swift', :git => 'https://github.com/thii/FontAwesome.swift.git', :branch => 'swift-2.3'
12+
pod 'SKPhotoBrowser', '~> 3.1'
13+
14+
pod 'MBProgressHUD'
15+
pod 'MJRefresh'
1016
pod 'YYKeyboardManager'
17+
pod 'UITableView+FDTemplateLayoutCell'
1118
end

Podfile.lock

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,71 @@
11
PODS:
22
- Alamofire (3.5.1)
3+
- FontAwesome.swift (0.10.1)
34
- Heimdallr (3.5.0):
45
- Heimdallr/Core (= 3.5.0)
56
- Heimdallr/Core (3.5.0):
67
- Result (~> 2.0)
7-
- PKHUD (3.2.1)
8+
- Kingfisher (2.6.1)
9+
- MBProgressHUD (1.0.0)
10+
- MJRefresh (3.1.12)
811
- Result (2.1.3)
912
- Router (1.0.0)
1013
- SideMenu (1.2.1)
14+
- SKPhotoBrowser (3.1.2)
15+
- SnapKit (0.22.0)
1116
- SwiftyJSON (2.4.0)
1217
- Turbolinks (1.0.2)
18+
- UITableView+FDTemplateLayoutCell (1.4)
1319
- YYKeyboardManager (1.0.1)
1420

1521
DEPENDENCIES:
1622
- Alamofire (~> 3.0)
23+
- FontAwesome.swift (from `https://github.com/thii/FontAwesome.swift.git`, branch `swift-2.3`)
1724
- Heimdallr (~> 3.0)
18-
- PKHUD
19-
- Router
25+
- Kingfisher (~> 2.4)
26+
- MBProgressHUD
27+
- MJRefresh
28+
- Router (~> 1.0)
2029
- SideMenu (~> 1.0)
30+
- SKPhotoBrowser (~> 3.1)
31+
- SnapKit (~> 0.22)
2132
- SwiftyJSON (~> 2.0)
2233
- Turbolinks (from `https://github.com/turbolinks/turbolinks-ios.git`)
34+
- UITableView+FDTemplateLayoutCell
2335
- YYKeyboardManager
2436

2537
EXTERNAL SOURCES:
38+
FontAwesome.swift:
39+
:branch: swift-2.3
40+
:git: https://github.com/thii/FontAwesome.swift.git
2641
Turbolinks:
2742
:git: https://github.com/turbolinks/turbolinks-ios.git
2843

2944
CHECKOUT OPTIONS:
45+
FontAwesome.swift:
46+
:commit: acffe80af29eb82fc6e799cb728ddce8c15e7b19
47+
:git: https://github.com/thii/FontAwesome.swift.git
3048
Turbolinks:
3149
:commit: 27379cfdf0454636505d99251ca32f2b506547eb
3250
:git: https://github.com/turbolinks/turbolinks-ios.git
3351

3452
SPEC CHECKSUMS:
3553
Alamofire: 0dfba1184a543e2aa160f4e39cac4e8aba48d223
54+
FontAwesome.swift: 340bcf987db498134d42838df73960603a720a84
3655
Heimdallr: 5451a68028a6dc02f009fb6b73923d7f88b702c7
37-
PKHUD: 001c11518f125a273ddf026bcc64918423744ea2
56+
Kingfisher: 7e5515bf6c4f2acad91f6400955d2257549cab7b
57+
MBProgressHUD: 4890f671c94e8a0f3cf959aa731e9de2f036d71a
58+
MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806
3859
Result: 18e1a7597fbcca5923c565b40a25a98afafdee02
3960
Router: 6088d6d321e097070d5ea4bd792cb015dfa0fbb4
4061
SideMenu: d38e42ab18a5c0875a77cfec7e7cecea72a69518
62+
SKPhotoBrowser: e942c03c3206b5cf229fd4ce56b872bce800124a
63+
SnapKit: 0dd2fd157330f1ea11fd84da13e6be8a7a22bae0
4164
SwiftyJSON: 96918c1bf505efa50c4f72957018dd3452090c9c
4265
Turbolinks: d8209bab43803adae8c06d434368e16479023407
66+
UITableView+FDTemplateLayoutCell: 234e1582bcc4e18461af91155123bb96538ed030
4367
YYKeyboardManager: ff53d2e80d1808567a7f004028bd200d9469a89f
4468

45-
PODFILE CHECKSUM: 928e24527cf5c8a8c48eec9f686eddff815a5b93
69+
PODFILE CHECKSUM: 8bd0bec9e089422171a89cd9bd29500de02f3d5b
4670

47-
COCOAPODS: 1.1.0.rc.2
71+
COCOAPODS: 1.1.1

0 commit comments

Comments
 (0)