Skip to content

Instantly share code, notes, and snippets.

@pilot34
Created November 20, 2013 12:02
Show Gist options
  • Save pilot34/7562085 to your computer and use it in GitHub Desktop.
Save pilot34/7562085 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'AEProductController'
s.version = '0.0.1'
s.license = 'BSD / Apache License, Version 2.0'
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'adeven'
s.source = { :git => 'https://github.com/adeven/AEProductController.git' }
s.source_files = 'AEProductController/*.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment