Skip to content

Instantly share code, notes, and snippets.

@keiso
Created April 15, 2014 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keiso/10707875 to your computer and use it in GitHub Desktop.
Save keiso/10707875 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |spec|
spec.name = 'ABFBeacon'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/access-company/ABFBeacon'
spec.summary = 'ACCESS Beacon Framework Library is wrapper for iBeacon API.'
spec.source = { :git => 'https://github.com/access-company/ABFBeacon.git'}
spec.source_files = 'iOS/ABFBeacon/*.{h,m}'
spec.requires_arc = true
end
platform :ios, '7.0'
pod 'ABFBeacon', :podspec => 'ABFBeacon.podspec'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment