I hereby claim:
- I am akaralar on github.
- I am akaralar (https://keybase.io/akaralar) on keybase.
- I have a public key ASDSU8BbxnG9RIOwq0y7uAUzfZt1W6pFpzFAlYt6fhosvgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
var data1 = [1, 4, 7] | |
var data2 = [123, -2, 477, 3, 14, 6551] | |
/* | |
* Write a recursive function which loops over the list adding the first element | |
* to all remaining elements | |
* until there is only 1 element remaining which is then returned | |
*/ | |
func doStuff(input: [Int]) -> Int { |
Pod::Spec.new do |s| | |
s.name = "PayPal-iOS-SDK" | |
s.version = "2.0.5" | |
s.summary = "Accept credit cards and PayPal in your iOS app." | |
s.description = " The PayPal iOS SDK provides a software library that makes it easy for an iOS developer to accept both credit cards and PayPal directly within their mobile app." | |
s.homepage = "https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/" | |
s.license = { :type => 'Commercial', :file => 'acknowledgments.md' } | |
s.author = 'Paypal' | |
s.source = { :git => "https://github.com/paypal/PayPal-iOS-SDK.git", :tag => "2.0.5" } | |
s.platform = :ios, '6.0' |