3 Star 6 Fork 0

Gitee 极速下载 / simplenote-ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Automattic/simplenote-ios
克隆/下载
Podfile 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
source 'https://github.com/CocoaPods/Specs.git'
inhibit_all_warnings!
use_frameworks!
platform :ios, '11.0'
workspace 'Simplenote.xcworkspace'
plugin 'cocoapods-repo-update'
# Main
#
abstract_target 'Automattic' do
# Shared Dependencies
#
pod 'SAMKeychain', '1.5.2'
# Main Target
#
target 'Simplenote' do
# Third Party
#
pod '1PasswordExtension', '1.8.6'
pod 'Gridicons', '~> 0.18'
pod 'AppCenter', '~> 2.3.0'
pod 'AppCenter/Distribute', '~> 2.3.0'
# Automattic
#
pod 'Automattic-Tracks-iOS', '~> 0.4'
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :branch => 'add/support-for-tracking-crashes'
pod 'Simperium', '~> 0.8.27'
pod 'WordPress-Ratings-iOS', '0.0.2'
# Testing Target
#
target 'SimplenoteTests' do
inherit! :search_paths
end
end
# Extension Target
#
target 'SimplenoteShare' do
# Third Party
#
pod 'ZIPFoundation', '~> 0.9.9'
end
end
1
https://gitee.com/mirrors/simplenote-ios.git
git@gitee.com:mirrors/simplenote-ios.git
mirrors
simplenote-ios
simplenote-ios
master

搜索帮助