Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.2.3 #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions EasyIOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.platform = :ios,'6.0'
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "zhuchao" => "[email protected]" }
s.source = { :git => "https://github.com/zhuchaowe/EasyIOS.git",:tag => "2.2.3" }
s.source = { :git => "https://github.com/1210965963/EasyIOS.git",:branch => "v2.2.3" }
s.ios.deployment_target = "6.0"
s.requires_arc = true
s.framework = "CoreFoundation","Foundation","CoreGraphics","Security","UIKit"
Expand All @@ -26,6 +26,6 @@ Pod::Spec.new do |s|
sp.dependency 'GCDObjC'
sp.dependency 'FLKAutoLayout','0.1.1'
sp.dependency 'FontIcon'
sp.prefix_header_contents = '#import "swift-bridge.h"'
sp.prefix_header_contents = '#import "EasyIOS.h"'
end
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EasyIOS is a new generation of development framework based on `Model-View-ViewMo

欢迎大家加入讨论

* [EasyRSS](https://github.com/zhuchaowe/EasyRSS):基于EasyIOS 2.2.2 的开源项目,EasyIOS的官方Demo
* [EasyRSS](https://github.com/zhuchaowe/EasyRSS):基于EasyIOS 2.2.3 的开源项目,EasyIOS的官方Demo

* [json转Model工具 ModelCoder](https://github.com/zhuchaowe/ModelCoder)

Expand Down