Sha256: e274e91ef942fc13cada66d1cccb2004343c087940252e11c77aa606962275e1
Contents?: true
Size: 1.58 KB
Versions: 27
Compression:
Stored size: 1.58 KB
Contents
# # Be sure to run `pod lib lint ${POD_NAME}.podspec' to ensure this is a # valid spec before submitting. # # Any lines starting with a # are optional, but their use is encouraged # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html # Pod::Spec.new do |s| s.name = '${POD_NAME}' s.version = '0.1.0' s.summary = 'A short description of ${POD_NAME}.' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? # * Try to keep it short, snappy and to the point. # * Write the description between the DESC delimiters below. # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC TODO: Add long description of the pod here. DESC s.homepage = 'https://github.com/${USER_NAME}/${POD_NAME}' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { '${USER_NAME}' => '${USER_EMAIL}' } s.source = { :git => 'https://github.com/${USER_NAME}/${POD_NAME}.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' s.platform = :osx s.osx.deployment_target = "10.10" s.source_files = '${POD_NAME}/Classes/**/*' # s.resource_bundles = { # '${POD_NAME}' => ['${POD_NAME}/Assets/*.png'] # } # s.public_header_files = 'Pod/Classes/**/*.h' # s.frameworks = 'Cocoa' # s.dependency 'AFNetworking', '~> 2.3' end
Version data entries
27 entries across 17 versions & 2 rubygems