All Downloads are FREE. Search and download functionalities are using the official Maven repository.

objc.podspec.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
#
# Be sure to run `pod lib lint {{podName}}.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             = "{{podName}}"
    s.version          = "{{podVersion}}"
{{#apiInfo}}{{#apis}}{{^hasMore}}
    s.summary          = "{{appName}}"
    s.description      = <<-DESC
                         {{appDescription}}
                         DESC
{{/hasMore}}{{/apis}}{{/apiInfo}}
    s.platform     = :ios, '7.0'
    s.requires_arc = true

    s.framework    = 'SystemConfiguration'

    s.source_files = '{{podName}}/**/*'
    s.public_header_files = '{{podName}}/**/*.h'

    s.dependency 'AFNetworking', '~> 2.3'
    s.dependency 'JSONModel', '~> 1.1'
    s.dependency 'ISO8601', '~> 0.3'
end





© 2015 - 2025 Weber Informatics LLC | Privacy Policy