Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoa Pods Support #47

Closed
james-ff opened this issue Sep 3, 2013 · 14 comments
Closed

Cocoa Pods Support #47

james-ff opened this issue Sep 3, 2013 · 14 comments

Comments

@james-ff
Copy link

james-ff commented Sep 3, 2013

Hi,

I'm going to be using DDMathParser in my physics app "iPhy".

[If you would like to follow our progress, here is our facebook page - https://www.facebook.com/Tybdev]

Does this library support cocoa pods? and if not could it be added?

It would make updating the library in my project much easier!

All the Best!

@nickbit
Copy link

nickbit commented Oct 11, 2013

I second that!
CocoaPods is a hot topic.
Besides simplifying integration, it provides great discoverability for the framework.
It is also very simple to add support for it.
Take a look at it Dave!

@HiveHicks
Copy link

Another vote from me for CocoaPods support!

@patricks
Copy link
Contributor

Yes CocoaPods support would be nice.

@ChrisBeeson
Copy link

+1

1 similar comment
@BrandonZacharie
Copy link

+1

@transilluminate
Copy link

Another +1 for CocoaPods, just need to tag a version and commit a podspec file:

Pod::Spec.new do |s|
  s.name          = "DDMathParser"
  s.version       = "1.0" 
  s.summary       = "NSString ⟹ NSNumber"
  s.author        = 'Dave DeLong'
  s.description   = "An extensible math parser."
  s.homepage      = "https://github.com/davedelong/DDMathParser/wiki"
  s.license       = :type => 'MIT'
  s.source       = { :git => "https://github.com/davedelong/DDMathParser.git" , :tag => "#{s.version}" }
  s.ios.deployment_target = '7.0'
  s.osx.deployment_target = '10.9'
  s.requires_arc = true
  s.source_files = 'DDMathParser/*.{h,m}'
end

@ayanonagon
Copy link

+1

2 similar comments
@davideickhoff
Copy link

+1

@pcperini
Copy link

+1

@ikovalisko
Copy link

I have opened PR #65. Come and vote there, please :)

@runloop
Copy link

runloop commented May 20, 2014

+1

@aalemayhu
Copy link

+1

@davedelong
Copy link
Owner

For thirty pieces of silver you can now do pod install DDMathParser.

@ikovalisko
Copy link

👍

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

No branches or pull requests