Pod::Spec.new do |s| s.name = "LuaViewSDK" s.version = "0.5.3" s.summary = "LuaView SDK" s.description = <<-DESC A longer description of LuaViewSDK.podspec in Markdown format. * LuaView DESC s.homepage = "http://gitlab.alibaba-inc.com/luaview/LuaViewSDK" s.license = { :type => 'The MIT License (MIT)', :file => 'LICENSE.txt' } s.author = { "敛心" => "jinjin.jj@alibaba-inc.com" } # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # # # If this Pod runs only on iOS or OS X, then specify the platform and # the deployment target. You can optionally include the target after the platform. # s.platform = :ios, "7.0" s.source = { :git => "https://github.com/alibaba/LuaViewSDK.git", :tag => "v0.5.2" } # s.source_files = "IOS/SDK/LuaViewSDK/Classes/**/*.{h,m,c}", "IOS/lua/lua/*.{h,m,c}" s.source_files = "IOS/SDK/LuaViewSDK/Classes/**/*.{h,m,c}" # s.exclude_files = "Classes/Exclude" #s.public_header_files = "LuaViewSDK/Classes/**/*.h" # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # # # A list of resources included with the Pod. These are copied into the # target bundle with a build phase script. Anything else will be cleaned. # You can preserve files from being cleaned, please don't preserve # non-essential files like tests, examples and documentation. # # s.resource = "icon.png" # s.resources = "Resources/*.png" # s.preserve_paths = "FilesToSave", "MoreFilesToSave" # ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # # # Link your library with frameworks, or libraries. Libraries do not include # the lib prefix of their name. # s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'AVFoundation' s.libraries = 'z' # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # # # If your library depends on compiler flags you can set them in the xcconfig hash # where they will only apply to your library. If you depend on other Podspecs # you can include multiple dependencies to ensure it works. s.requires_arc = true end