upload podspec
This commit is contained in:
commit
eba357da8b
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2020 xiaoleiwei
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# Be sure to run `pod spec lint MTNemoSDK.podspec' to ensure this is a
|
||||
# valid spec and to remove all comments including this before submitting the spec.
|
||||
#
|
||||
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
|
||||
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
|
||||
#
|
||||
|
||||
Pod::Spec.new do |spec|
|
||||
|
||||
spec.name = "MTNemoSDK"
|
||||
spec.version = "1.0.1"
|
||||
spec.summary = "A short description of MTNemoSDK."
|
||||
spec.homepage = "http://EXAMPLE/MTNemoSDK"
|
||||
spec.license = { :type => 'MIT' }
|
||||
spec.author = { "xiaoleiwei" => "weixiaolei@zplay.com" }
|
||||
spec.source = { :http => "http://picc.zgkbz.com/swmobile/NemoSDK.zip"}
|
||||
spec.platform = :ios, '9.0'
|
||||
spec.source_files = "NemoSDK/NemoSDK.framework/Headers/*.{h}"
|
||||
spec.vendored_frameworks = 'NemoSDK/NemoSDK.framework'
|
||||
spec.public_header_files = 'NemoSDK/NemoSDK.framework/Headers/*.{h}'
|
||||
|
||||
end
|
Loading…
Reference in New Issue