Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb0d177

Browse filesBrowse files
committed
RegexKitLite 修改为 RegexKitLite-NoWarning。。RegexKitLite主站不稳定
1 parent ba89c97 commit eb0d177
Copy full SHA for eb0d177

File tree

Expand file treeCollapse file tree

5 files changed

+16
-16
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+16
-16
lines changed
Open diff view settings
Collapse file

‎Coding_iOS/Controllers/NewProject/NewProjectViewController.m‎

Copy file name to clipboardExpand all lines: Coding_iOS/Controllers/NewProject/NewProjectViewController.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#import "Coding_NetAPIManager.h"
1212
#import "UIImageView+WebCache.h"
1313
#import "NProjectViewController.h"
14-
#import <RegexKitLite/RegexKitLite.h>
14+
#import <RegexKitLite-NoWarning/RegexKitLite.h>
1515
#import "RDVTabBarController.h"
1616

1717
@interface NewProjectViewController ()<NewProjectTypeDelegate,UITextFieldDelegate,UINavigationControllerDelegate,UIImagePickerControllerDelegate>
Collapse file

‎Coding_iOS/Controllers/RootControllers/BaseViewController.m‎

Copy file name to clipboardExpand all lines: Coding_iOS/Controllers/RootControllers/BaseViewController.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#import "ConversationViewController.h"
1111

1212
#import "Login.h"
13-
#import <RegexKitLite/RegexKitLite.h>
13+
#import <RegexKitLite-NoWarning/RegexKitLite.h>
1414
#import "UserInfoViewController.h"
1515
#import "TweetDetailViewController.h"
1616
#import "TopicDetailViewController.h"
Collapse file

‎Coding_iOS/Views/EaseMarkdownTextView.m‎

Copy file name to clipboardExpand all lines: Coding_iOS/Views/EaseMarkdownTextView.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import "EaseMarkdownTextView.h"
1010
#import "RFKeyboardToolbar.h"
1111
#import "RFToolbarButton.h"
12-
#import <RegexKitLite/RegexKitLite.h>
12+
#import <RegexKitLite-NoWarning/RegexKitLite.h>
1313

1414
//at某人
1515
#import "UsersViewController.h"
Collapse file

‎Podfile‎

Copy file name to clipboardExpand all lines: Podfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '7.0'
33

44
pod 'TTTAttributedLabel', '1.10.1'
5-
pod 'RegexKitLite', '4.0'
5+
pod 'RegexKitLite-NoWarning', '~> 1.1.0'
66
pod 'hpple', '0.2.0'
77
pod 'MBProgressHUD', '0.9'
88
pod 'TPKeyboardAvoiding', '1.2.4'
Collapse file

‎Podfile.lock‎

Copy file name to clipboardExpand all lines: Podfile.lock
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ PODS:
1818
- FontAwesome+iOS (0.1.4)
1919
- hpple (0.2.0)
2020
- iVersion (1.11.4)
21-
- JazzHands (2.0.0)
22-
- MarqueeLabel (2.2.1)
21+
- JazzHands (2.0.2)
22+
- MarqueeLabel (2.2.5)
2323
- Masonry (0.5.3)
2424
- MBProgressHUD (0.9)
2525
- MMMarkdown (0.3)
@@ -49,16 +49,16 @@ PODS:
4949
- POP+MCAnimate/Internal
5050
- PPiAwesomeButton (1.5.2):
5151
- FontAwesome+iOS
52-
- RBBAnimation (0.3.0)
52+
- RBBAnimation (0.4.0)
5353
- ReactiveCocoa (2.3.1):
5454
- ReactiveCocoa/UI (= 2.3.1)
5555
- ReactiveCocoa/Core (2.3.1):
5656
- ReactiveCocoa/no-arc
5757
- ReactiveCocoa/no-arc (2.3.1)
5858
- ReactiveCocoa/UI (2.3.1):
5959
- ReactiveCocoa/Core
60-
- RegexKitLite (4.0)
61-
- SDCAlertView (2.4.1):
60+
- RegexKitLite-NoWarning (1.1.0)
61+
- SDCAlertView (2.4.2):
6262
- RBBAnimation (~> 0.3)
6363
- SDCAutoLayout (~> 2.0)
6464
- SDCAutoLayout (2.0.3)
@@ -84,7 +84,7 @@ DEPENDENCIES:
8484
- POP+MCAnimate (= 2.0.1)
8585
- PPiAwesomeButton
8686
- ReactiveCocoa (= 2.3.1)
87-
- RegexKitLite (= 4.0)
87+
- RegexKitLite-NoWarning (~> 1.1.0)
8888
- SDCAlertView (~> 2.4.1)
8989
- SSKeychain (~> 1.2.3)
9090
- TPKeyboardAvoiding (= 1.2.4)
@@ -98,24 +98,24 @@ SPEC CHECKSUMS:
9898
FontAwesome+iOS: 9070b682a9255ca0fdc34bcfb129ad0ba2b73b87
9999
hpple: 3b765f96fc2cd56ad1a49aef6f7be5cb2aa64b57
100100
iVersion: 2b6ffe708672cb494ba3cab150a94800c2892e81
101-
JazzHands: 00002e9b1284e7fc1ac6555012e81b8942477242
102-
MarqueeLabel: c024bab67a1558e8e127132be3b6d66a702405fe
101+
JazzHands: 088a3949e539480b07ba6ae4877da935efcc061b
102+
MarqueeLabel: 65ca60ee9ba554be34f35339004c6c9fe6366a31
103103
Masonry: 9f515466afe48632562342a40a1c224071a1a022
104104
MBProgressHUD: d8e7ea388dc1549a42e0d219067cf5f2c898fb66
105105
MMMarkdown: 13af1af50e5f476f1097797f43ea2bd76c83067a
106106
NYXImagesKit: 8163e3335a40eaa173ca5bbbf81fafb57d3947eb
107107
pop: 628ffc631644601567ee8bfaaaea493ebd7d0923
108108
POP+MCAnimate: a99e209148c602512de487f1160a44bf78572024
109109
PPiAwesomeButton: 16f7279582fd36f65186b24b83ef876217363eb5
110-
RBBAnimation: cb6cb419f511434ce932f7d0fabf369612fafb4e
110+
RBBAnimation: 4b2d66f6d993febce63cd564da934985313b9c59
111111
ReactiveCocoa: 334468a83b2c5f669f7cfb9a084415ee23219b4f
112-
RegexKitLite: c0e4c12e6e7de0769f3a3ed679f0f61604170661
113-
SDCAlertView: ff4c6c76ccdfcd0fa20e0ee5e044630f93fb3d12
112+
RegexKitLite-NoWarning: 365d208f8187997e33d9de8baeddfc00728596d8
113+
SDCAlertView: 486468bfba6a8cf1190b0f98552a19ae71b4c059
114114
SDCAutoLayout: e6885bb39ab8e2ec2ff84d158f38035f025f7420
115115
SSKeychain: 3f42991739c6c60a9cf1bbd4dff6c0d3694bcf3d
116116
TPKeyboardAvoiding: 0a40dfbb0af7c8bdae1dd457496dccfd217d85f6
117117
TTTAttributedLabel: c8f3801a6463b9c9b82b0c84c465fdda9751892a
118118
UIImage+BlurredFrame: ad2f7195c6947ea3117c7d202f75a51958d5061a
119119
ZXingObjC: bf15b3814f7a105b6d99f47da2333c93a063650a
120120

121-
COCOAPODS: 0.36.4
121+
COCOAPODS: 0.37.2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.