加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SameFM.podspec 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Pomin 提交于 2014-03-27 10:44 . Try
Pod::Spec.new do |s|
s.name = "SameFM"
s.version = "0.0.1"
s.summary = "SameFM"
s.description = <<-DESC
A longer description of StreamPlayer in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC
s.homepage = "http://git.oschina.net/pomin/VoiceDemo"
s.license = 'MIT'
s.author = { "Pomin" => "9834784@qq.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://git.oschina.net/pomin/VoiceDemo.git", :tag => "0.0.1" }
s.source_files = 'SameFM/SameFM/*.{h,m}'
s.frameworks = 'MediaPlayer', 'AVFoundation', 'XCTest'
s.requires_arc = true
s.dependency "KVOController"
s.dependency "StreamPlayer"
# s.dependency "MagicalRecord", :git => "https://github.com/iiiyu/MagicalRecord.git", :tag => "sumiGridDiary2.1"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化