Authored by 盖剑秋

Merge codes from yoho live.

Showing 100 changed files with 124 additions and 1 deletions

Too many changes to show.

To preserve performance only 100 of 100+ files are displayed.

... ... @@ -3,4 +3,6 @@ platform :ios, ‘7.0’
pod 'PureLayout'
pod 'YH_AFNetworking', :git => 'http://git.yoho.cn/ios/yh_afnetworking.git', :branch => 'yohobuy', :commit => '8c3223dae0fd627bfeba9f5937b2df5a947c7a53'
pod 'YH_Analytics', :git => 'http://git.yoho.cn/ios/yh_analytics.git', :branch => 'yoho', :commit => '5c57724fe738b1d20a039497a00863b84aa47cfa'
pod 'JTSHardwareInfo', '~> 0.0.1'
\ No newline at end of file
pod 'JTSHardwareInfo', '~> 0.0.1'
pod 'Masonry', '~> 1.0.1'
pod 'YHKit', :git => 'http://git.yoho.cn/ios/YHKit.git', :branch => 'yohobuy', :commit => '0798bc5adf1a521b58c8228318538c8934bb58f3'
... ...
PODS:
- JTSHardwareInfo (0.0.1)
- Masonry (1.0.2)
- PureLayout (3.0.1)
- YH_AFNetworking (1.0.1):
- YH_AFNetworking/AFNetworking (= 1.0.1)
... ... @@ -19,14 +20,26 @@ PODS:
- YH_Analytics/Model (1.0.0)
- YH_Analytics/OpenUDID (1.0.0)
- YH_Analytics/Utils (1.0.0)
- YHKit (0.2.1):
- YHKit/BlockKit (= 0.2.1)
- YHKit/CategoryKit (= 0.2.1)
- YHKit/ToolKit (= 0.2.1)
- YHKit/ViewKit (= 0.2.1)
- YHKit/BlockKit (0.2.1)
- YHKit/CategoryKit (0.2.1)
- YHKit/ToolKit (0.2.1)
- YHKit/ViewKit (0.2.1)
DEPENDENCIES:
- JTSHardwareInfo (~> 0.0.1)
- Masonry (~> 1.0.1)
- PureLayout
- YH_AFNetworking (from `http://git.yoho.cn/ios/yh_afnetworking.git`, commit `8c3223dae0fd627bfeba9f5937b2df5a947c7a53`,
branch `yohobuy`)
- YH_Analytics (from `http://git.yoho.cn/ios/yh_analytics.git`, commit `5c57724fe738b1d20a039497a00863b84aa47cfa`,
branch `yoho`)
- YHKit (from `http://git.yoho.cn/ios/YHKit.git`, commit `0798bc5adf1a521b58c8228318538c8934bb58f3`,
branch `yohobuy`)
EXTERNAL SOURCES:
YH_AFNetworking:
... ... @@ -37,6 +50,10 @@ EXTERNAL SOURCES:
:branch: yoho
:commit: 5c57724fe738b1d20a039497a00863b84aa47cfa
:git: http://git.yoho.cn/ios/yh_analytics.git
YHKit:
:branch: yohobuy
:commit: 0798bc5adf1a521b58c8228318538c8934bb58f3
:git: http://git.yoho.cn/ios/YHKit.git
CHECKOUT OPTIONS:
YH_AFNetworking:
... ... @@ -47,11 +64,17 @@ CHECKOUT OPTIONS:
:branch: yoho
:commit: 5c57724fe738b1d20a039497a00863b84aa47cfa
:git: http://git.yoho.cn/ios/yh_analytics.git
YHKit:
:branch: yohobuy
:commit: 0798bc5adf1a521b58c8228318538c8934bb58f3
:git: http://git.yoho.cn/ios/YHKit.git
SPEC CHECKSUMS:
JTSHardwareInfo: f77cae4fd1cdc6e151ad023987ba855b8f5a266f
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
YH_AFNetworking: 74c4b23623941cd7b66991388ec63f90fc78a50e
YH_Analytics: 8473666e79cfdba8f4c037eb50399f50e3858123
YHKit: 1e955cf0730a82abc2bcb3b0f5d86e751654b285
COCOAPODS: 0.39.0
... ...
../../../Masonry/Masonry/MASCompositeConstraint.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASConstraint+Private.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASConstraint.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASConstraintMaker.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASLayoutConstraint.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASUtilities.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASViewAttribute.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASViewConstraint.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/Masonry.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/NSArray+MASAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/View+MASAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/View+MASShorthandAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/ViewController+MASAdditions.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ToolKit/SecurityUtil/AESUtil.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/BlockKit.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/CADisplayLink+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/CategoryKit.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/Foundation+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ToolKit/SecurityUtil/GTMBase64.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ToolKit/SecurityUtil/GTMDefines.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSArray+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/NSArray+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/NSDate+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSDictionary+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/NSMutableArray+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSObject+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/NSObject+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSTimer+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSURL+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ToolKit/ToolKit.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIActionSheet+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIAlertView+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIButton+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UICollectionView+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIColor+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIControl+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIDevice+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIFont+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIGestureRecognizer+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIImage+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIKit+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UILabel+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UITableView+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UITextField+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIView+Genie.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIWebView+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ViewKit/ViewKit.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ViewKit/ActionView/YHActionViewHeader.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ViewKit/InputView/YHInputViewDefine.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ViewKit/InputView/YHInputViewHeader.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASCompositeConstraint.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASConstraint+Private.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASConstraint.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASConstraintMaker.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASLayoutConstraint.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASUtilities.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASViewAttribute.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/MASViewConstraint.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/Masonry.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/NSArray+MASAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/NSArray+MASShorthandAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/NSLayoutConstraint+MASDebugAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/View+MASAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/View+MASShorthandAdditions.h
\ No newline at end of file
... ...
../../../Masonry/Masonry/ViewController+MASAdditions.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ToolKit/SecurityUtil/AESUtil.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/BlockKit.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/CADisplayLink+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/CategoryKit.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/Foundation+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ToolKit/SecurityUtil/GTMBase64.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ToolKit/SecurityUtil/GTMDefines.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSArray+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/NSArray+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/NSDate+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSDictionary+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/NSMutableArray+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSObject+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/NSObject+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSTimer+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/Foundation/NSURL+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/ToolKit/ToolKit.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIActionSheet+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIAlertView+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIButton+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UICollectionView+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIColor+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIControl+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIDevice+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UIFont+YOHO.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIGestureRecognizer+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIImage+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/BlockKit/UIKit/UIKit+BBlock.h
\ No newline at end of file
... ...
../../../YHKit/YHKit/CategoryKit/UILabel+YOHO.h
\ No newline at end of file
... ...