Sha256: ac3a43b6b029a55bd8dd30df606b29e66035748cc0b14aec763b82900bbf569f

Contents?: true

Size: 704 Bytes

Versions: 10

Compression:

Stored size: 704 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/afmotion/version', __FILE__)

Gem::Specification.new do |s|
  s.name        = "afmotion"
  s.version     = AFMotion::VERSION
  s.authors     = ["Clay Allsopp"]
  s.email       = ["clay.allsopp@gmail.com"]
  s.homepage    = "https://github.com/clayallsopp/AFMotion"
  s.summary     = "A RubyMotion Wrapper for AFNetworking"
  s.description = "A RubyMotion Wrapper for AFNetworking"

  s.files         = `git ls-files`.split($\).delete_if {|x| x.include? "example"}
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.add_dependency "motion-cocoapods", ">= 1.2.1"
  s.add_development_dependency 'rake'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
afmotion-0.7 AFMotion.gemspec
afmotion-0.6 AFMotion.gemspec
afmotion-0.5 AFMotion.gemspec
afmotion-0.4 AFMotion.gemspec
afmotion-0.3 AFMotion.gemspec
afmotion-0.2 AFMotion.gemspec
afmotion-0.1 AFMotion.gemspec
afmotion-0.0.4 AFMotion.gemspec
afmotion-0.0.3 AFMotion.gemspec
afmotion-0.0.2 AFMotion.gemspec