码迷,mamicode.com
首页 > 其他好文 > 详细

pod template

时间:2015-12-17 15:40:06      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

Pod::Spec.new do |s|
s.name         = "MLAlipaySDK"
s.version      = "2.1"
s.summary      = "支付宝 sdk"

s.homepage     = ‘https://github.com/molon/MLAlipaySDK‘
s.license      = { :type => "Copyright", :text => "支付宝(中国)网络技术有限公司  版权所有."}
s.author       = { "AliPay" => "https://www.alipay.com/"  }

s.source       = {
:git => "https://github.com/molon/MLAlipaySDK.git",
:tag => "#{s.version}"
}

s.platform     = :ios, ‘7.0‘
s.requires_arc  = true

s.public_header_files = ‘**/*.h‘
s.resource = "**/*.bundle"
s.vendored_frameworks = ‘**/*.{framework}‘
s.vendored_libraries = ‘**/*.{a}‘

end

**/: 当前目录

pod template

标签:

原文地址:http://www.cnblogs.com/Keys/p/5054011.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!