Files
JBChartView/PDKeychainBindingsController/0.0.1/PDKeychainBindingsController.podspec
T
2012-11-15 10:30:25 +01:00

12 lines
567 B
Ruby

Pod::Spec.new do |s|
s.name = "PDKeychainBindingsController"
s.version = "0.0.1"
s.summary = "PDKeychainBindingsController is intended to make using the Max OSX and iOS Keychains as easy as NSUserDefaults."
s.homepage = "https://github.com/carlbrown/PDKeychainBindingsController"
s.license = 'MIT'
s.author = 'Carl Brown'
s.source = { :git => "https://github.com/carlbrown/PDKeychainBindingsController.git", :commit => "78f6debff6" }
s.source_files = 'PDKeychainBindingsController'
s.requires_arc = true
end