Skip to content

Commit 934fa1a

Browse files
committed
Add local pod WXTabBarController
Former-commit-id: 12a37ff
1 parent 4f7c47d commit 934fa1a

File tree

37 files changed

+187
-251
lines changed

37 files changed

+187
-251
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
be605210a3560142a62a18486e15d7bae1a46938
1+
df1673f4f12c5bce25f2c920d6b21a75d34ddc85

MVVMReactiveCocoa/View/BaseClass/WXTabBarController.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

MVVMReactiveCocoa/View/BaseClass/WXTabBarController.m

Lines changed: 0 additions & 212 deletions
This file was deleted.

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
44
platform :ios, '7.0'
55
inhibit_all_warnings!
66

7+
pod 'WXTabBarController', :path => 'WXTabBarController'
78
pod 'SDWebImage', '~> 3.7.1'
89
pod 'UIActivityIndicator-for-SDWebImage'
910
pod 'MBProgressHUD', '~> 0.9'

Podfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ PODS:
4848
- SDWebImage (~> 3.7)
4949
- UMengSocial (4.3)
5050
- WebViewJavascriptBridge (4.1.4)
51+
- WXTabBarController (0.1)
5152

5253
DEPENDENCIES:
5354
- Appirater
@@ -70,11 +71,14 @@ DEPENDENCIES:
7071
- UIActivityIndicator-for-SDWebImage
7172
- UMengSocial (~> 4.3)
7273
- WebViewJavascriptBridge (~> 4.1.4)
74+
- WXTabBarController (from `WXTabBarController`)
7375

7476
EXTERNAL SOURCES:
7577
OcticonsIOS:
7678
:commit: 4bd3b21
7779
:git: https://github.com/jacksonh/OcticonsIOS.git
80+
WXTabBarController:
81+
:path: WXTabBarController
7882

7983
CHECKOUT OPTIONS:
8084
OcticonsIOS:
@@ -103,5 +107,6 @@ SPEC CHECKSUMS:
103107
UIActivityIndicator-for-SDWebImage: 7bf7ebbf0ed1747dedc0d6e949c4603a6d0f9e0c
104108
UMengSocial: e649f30dd9a3686c74daba880e83f818f66bd890
105109
WebViewJavascriptBridge: f10ac16f2cd3adf2b941bd79477c55a8f6e01044
110+
WXTabBarController: 9ba728b2dd34078feffe02b1ed068a9329c83dd0
106111

107112
COCOAPODS: 0.38.2

Pods/Headers/Private/WXTabBarController/WXTabBarController.h

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

Pods/Headers/Public/WXTabBarController/WXTabBarController.h

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

Pods/Local Podspecs/WXTabBarController.podspec.json

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

Pods/Manifest.lock

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

Pods/Pods.xcodeproj/project.pbxproj.REMOVED.git-id

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)