Skip to content

Commit

Permalink
Merge pull request AloneMonkey#28 from sherlockZ/master
Browse files Browse the repository at this point in the history
删除自带captainhook
  • Loading branch information
Alone_Monkey authored Oct 13, 2017
2 parents 3363d8a + dfff442 commit 6554565
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LKMessageSwitchPod/1.0.7/LKMessageSwitchPod.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |spec|
spec.name = "LKMessageSwitchPod" #Pod的名字
spec.version = "1.0.7" #版本号
spec.summary = "A WeChat pod for MonkeyDev"
spec.description = <<-DESC #Pod的描述
- 在任意界面提示消息弹层,点击可以进入聊天页面,返回可以回到之前的页面
DESC

spec.homepage = "https://github.com/sherlockZ/LKMessageSwitchPod" #Pod的地址

spec.license = { :type => "BSD", :file => "LICENSE" } #License
spec.author = { "sherlockz" => "515538484@qq.com" } #作者
spec.social_media_url = "https://github.com/sherlockZ" #weibo
spec.platform = :ios, "8.0" #平台、版本
spec.source = { :git => "https://github.com/sherlockZ/LKMessageSwitchPod.git", :tag => spec.version.to_s } #代码的git地址以及tag
spec.source_files = "LKMessageSwitchPod/**/*.{h,m}" #本地验证,表示当前目录以及子目录的所有h或m结尾的文件 如果发布到MonkeyPodSpecs需要填写git clone下来的对应的路径
spec.dependency 'CaptainHook'
spec.public_header_files = "LKMessageSwitchPod/LKMessageSwitchPod.h" #需要对外导出的头文件 此处为本地验证
spec.requires_arc = true #ARC
spec.pod_target_xcconfig = { "ONLY_ACTIVE_ARCH" => "No" } #这个必须有,不要修改
end
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ end

功能介绍: 在微信WebView上,对Gif,静态图一键保存生成表情,突破微信Gif表情保存大小的限制。 详情:[WeChatWebEmoticon](https://github.com/Mainstayz/WeChatWebEmoticon)

### LKMessageSwitch

发布者: [locker](https://github.com/sherlockZ)

功能介绍: 在微信上浏览网页朋友圈或者在其他页面,弹层提示消息,可点击进入对应聊天页面,返回可回到原来的页面. 详情:[LKMessageSwitchPod](https://github.com/sherlockZ/LKMessageSwitchPod)


### WeChatMsgInterval

Expand Down

0 comments on commit 6554565

Please sign in to comment.