This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform :ios, '6' | |
pod 'Stripe', :git => 'https://github.com/klaaspieter/stripe-ios.git', :branch => 'missing-header' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform :ios, '6' | |
pod 'Stripe', :git => 'https://github.com/stripe/stripe-ios.git' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "Stripe" | |
s.version = "1.0.1" | |
s.summary = "Stripe is a web-based API for accepting payments online." | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | |
s.homepage = "https://stripe.com" | |
s.author = { "Saikat Chakrabarti" => "[email protected]" } | |
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v1.0.1"} | |
s.source_files = 'Stripe/**/*.{h,m}' | |
s.public_header_files = 'Stripe/**/*.h' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "MBSliderView" | |
s.version = "0.0.1" | |
s.summary = "An iOS control that looks like the 'Slide to unlock' slider." | |
s.homepage = "http://mattlawer.github.com/MBSliderView/" | |
s.license = 'BSD' | |
s.author = { "Mathieu Bolard" => "[email protected]" } | |
s.source = { :git => "https://github.com/mattlawer/MBSliderView.git", :commit => "37ed4e19b4b388b9053b0e901619c0efba5e3ce0" } | |
s.platform = :ios, '5.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feb 28 10:11:28 klaaspieter-iPhone Mailbox[178] <Warning>: Application windows are expected to have a root view controller at the end of application launch | |