Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Suggestion: Cocoapods Specs #2

Closed
drn opened this issue Jun 14, 2013 · 2 comments
Closed

Suggestion: Cocoapods Specs #2

drn opened this issue Jun 14, 2013 · 2 comments

Comments

@drn
Copy link

drn commented Jun 14, 2013

Can you submit this as a cocoapod spec? It'd make card.io easier for projects using cocoapods for its dependency management. It also has the plus of clearer versioning.

https://github.com/CocoaPods/Specs/

Should be something like this:

Pod::Spec.new do |s|
  s.name         = "card.io-iOS-SDK"
  s.version      = "3.2.0"
  s.summary      = "card.io provides fast, easy credit card scanning in mobile apps."
  s.homepage     = "https://github.com/card-io/card.io-iOS-SDK"
  s.author       = 'card.io'

  s.license      = 'BSD'
  s.source       = { :git => "[email protected]:card-io/card.io-iOS-SDK.git", :commit => "69b9414df74678e936abc4f3bb5cacf435c33379" }

  s.platform     = :ios, '5.0'
  s.source_files = 'CardIO/*.{h,m,a}'
end

What do you think?
Thanks!

@josharian
Copy link
Member

If you think it'd be useful, feel free to submit a pull request.

@drn
Copy link
Author

drn commented Jul 11, 2013

circling back on this, it looks like it's already been done
https://github.com/CocoaPods/Specs/blob/master/CardIO/3.2.0/CardIO.podspec

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants