Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
2.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyyoung committed Jul 1, 2016
1 parent 4523a57 commit 532a102
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 63 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

18 changes: 9 additions & 9 deletions Meizi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,12 @@
isa = PBXNativeTarget;
buildConfigurationList = 7D93B86C1ACFD7CF00453452 /* Build configuration list for PBXNativeTarget "Meizi" */;
buildPhases = (
61AE54FB3B68113E22673E1D /* 📦 Check Pods Manifest.lock */,
61AE54FB3B68113E22673E1D /* [CP] Check Pods Manifest.lock */,
7D93B8451ACFD7CF00453452 /* Sources */,
7D93B8461ACFD7CF00453452 /* Frameworks */,
7D93B8471ACFD7CF00453452 /* Resources */,
16E4F3FEC588B28EC4EE5871 /* 📦 Embed Pods Frameworks */,
94D4F5326279DD14C48487E8 /* 📦 Copy Pods Resources */,
16E4F3FEC588B28EC4EE5871 /* [CP] Embed Pods Frameworks */,
94D4F5326279DD14C48487E8 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -334,44 +334,44 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
16E4F3FEC588B28EC4EE5871 /* 📦 Embed Pods Frameworks */ = {
16E4F3FEC588B28EC4EE5871 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Embed Pods Frameworks";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Meizi/Pods-Meizi-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
61AE54FB3B68113E22673E1D /* 📦 Check Pods Manifest.lock */ = {
61AE54FB3B68113E22673E1D /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Check Pods Manifest.lock";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
94D4F5326279DD14C48487E8 /* 📦 Copy Pods Resources */ = {
94D4F5326279DD14C48487E8 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "📦 Copy Pods Resources";
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
4 changes: 2 additions & 2 deletions Meizi/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1</string>
<string>2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2.2.2016070111</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
1 change: 0 additions & 1 deletion Meizi/MeiziRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Copyright (c) 2015年 Sunnyyoung. All rights reserved.
//

#import <hpple/TFHpple.h>
#import "SYNetwork/SYBaseRequest.h"

@class Meizi;
Expand Down
1 change: 0 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ target 'Meizi' do

pod 'AFNetworking'
pod 'YYCache'
pod 'hpple'
pod 'MJRefresh'
pod 'MJExtension'
pod 'SDWebImage'
Expand Down
23 changes: 10 additions & 13 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ PODS:
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- DACircularProgress (2.3.1)
- hpple (0.2.0)
- MJExtension (3.0.10)
- MJRefresh (3.1.0)
- SDWebImage (3.7.6):
- SDWebImage/Core (= 3.7.6)
- SDWebImage/Core (3.7.6)
- MJExtension (3.0.11)
- MJRefresh (3.1.9)
- SDWebImage (3.8.1):
- SDWebImage/Core (= 3.8.1)
- SDWebImage/Core (3.8.1)
- SVProgressHUD (2.0.3)
- SYPhotoBrowser (2.1):
- DACircularProgress
Expand All @@ -31,7 +30,6 @@ PODS:

DEPENDENCIES:
- AFNetworking
- hpple
- MJExtension
- MJRefresh
- SDWebImage
Expand All @@ -43,15 +41,14 @@ DEPENDENCIES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
hpple: 3b765f96fc2cd56ad1a49aef6f7be5cb2aa64b57
MJExtension: d86aacb740c87519d20e3cca55b6fa4be6cc7548
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
MJExtension: f9ae6ddc0f1c482c3c9af750280ccebd14381958
MJRefresh: c5f1f1653e5a1b932c90f78074f2bc86f3f9bd5e
SDWebImage: 35f9627a3e44b4f292a8a8ce6a531fa488239b91
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
SYPhotoBrowser: 68be184ed938d9fa23cc94c60e638e9322a53677
UIActivityIndicator-for-SDWebImage: 7bf7ebbf0ed1747dedc0d6e949c4603a6d0f9e0c
YYCache: 282f35b5b0990833d0b7a06d864a87141a021da2

PODFILE CHECKSUM: a0b2c4fa177636b61b1af648af13c1764f989a31
PODFILE CHECKSUM: 8c2005d234a6dc5b501b42f903b3d4f4f26d657f

COCOAPODS: 1.0.0
COCOAPODS: 1.0.1
36 changes: 9 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,39 @@

豆瓣妹子图iOS客户端

[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=5775d6c1492bcb0100162e03&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/5775d6c1492bcb0100162e03/build/latest)

##Discription
图片来源:

- http://www.dbmeinv.com
- ~~http://www.dbmeizi.com~~ **该网站已挂掉**

##Update

- 2016-02-20 采用传统HTML解析方式获取资源,暂时砍掉大部分功能,仅保留看妹子功能(大部分人的主要需求)
- 采用`LeanCloud`作为后端支持,提供稳定接口

##Screen Shot
![](https://raw.githubusercontent.com/Sunnyyoung/Meizi/master/ScreenShot/One.png)

##Dependency
- [AFNetworking](https://github.com/AFNetworking/AFNetworking)
- [YTKNetwork](https://github.com/yuantiku/YTKNetwork)
- [SYPhotoBrowser](https://github.com/Sunnyyoung/SYPhotoBrowser)
- [SYNavigationDropdownMenu](https://github.com/Sunnyyoung/SYNavigationDropdownMenu)
- [SYNetwork](https://github.com/Sunnyyoung/SYNetwork)
- [MJRefresh](https://github.com/CoderMJLee/MJRefresh)
- [MJExtension](https://github.com/CoderMJLee/MJExtension)
- [SDWebImage](https://github.com/rs/SDWebImage)
- [SVProgressHUD](https://github.com/TransitApp/SVProgressHUD)
- [NHBalancedFlowLayout](https://github.com/njdehoog/NHBalancedFlowLayout)
- [UIActivityIndicator-for-SDWebImage]()
- [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl)
- [MWPhotoBrowser](https://github.com/mwaterfall/MWPhotoBrowser)
- [KINWebBrowser](https://github.com/dfmuir/KINWebBrowser)
- ~~[iOS-Slide-Menu](https://github.com/aryaxt/iOS-Slide-Menu)~~
- ~~[JTSImageViewController](https://github.com/jaredsinclair/JTSImageViewController)~~

##Platform
iMac 5K:

- OS X 10.10.4 (14E46)
- OS X 10.11.5 (15F34)

Xcode:

- Version 6.4 (6E35b)
- SDK: iOS SDK 8.4
- Version 7.3.1 (7D1014)
- SDK: iOS SDK 9.3
- Deployment Taget: 8.0

##Build
Expand All @@ -47,19 +43,5 @@ cd Meizi
pod install
```

##History

- 2015-01-22 直接写死一种样式了,其他样式感觉不好看= =,支持横屏并改变Cell的大小
- 2015-01-23 此App无法上架,增加**排行榜**
- 2015-02-15 **大更新**
1. 全新接口
2. JSON数据格式的解析
3. 清除图片缓存优化
4. 细节优化
- 2015-05-24 **网站挂掉,等待更新**
- 2015-07-14 **更新API,丰富内容**
- 2015-07-19 新的WebView显示内容
- 2015-08-?? **API已被加密,等待更新**

##License
The [MIT License](LICENSE).

0 comments on commit 532a102

Please sign in to comment.