mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
38 lines
1.3 KiB
Ruby
38 lines
1.3 KiB
Ruby
#
|
|
# Be sure to run `pod lib lint SwaggerClient.podspec' to ensure this is a
|
|
# valid spec and remove all comments before submitting the spec.
|
|
#
|
|
# Any lines starting with a # are optional, but encouraged
|
|
#
|
|
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
|
|
#
|
|
|
|
Pod::Spec.new do |s|
|
|
s.name = "SwaggerClient"
|
|
s.version = "1.0.0"
|
|
|
|
s.summary = "Swagger Petstore *_/ ' \" =end -- \\r\\n \\n \\r"
|
|
s.description = <<-DESC
|
|
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ *_/ ' \" =end --
|
|
DESC
|
|
|
|
s.platform = :ios, '7.0'
|
|
s.requires_arc = true
|
|
|
|
s.framework = 'SystemConfiguration'
|
|
|
|
s.homepage = "https://github.com/swagger-api/swagger-codegen"
|
|
s.license = "Proprietary"
|
|
s.source = { :git => "https://github.com/swagger-api/swagger-codegen.git", :tag => "#{s.version}" }
|
|
s.author = { "Swagger" => "apiteam@swagger.io" }
|
|
|
|
s.source_files = 'SwaggerClient/**/*.{m,h}'
|
|
s.public_header_files = 'SwaggerClient/**/*.h'
|
|
|
|
|
|
s.dependency 'AFNetworking', '~> 3'
|
|
s.dependency 'JSONModel', '~> 1.2'
|
|
s.dependency 'ISO8601', '~> 0.6'
|
|
end
|
|
|