Skip to content

Commit 893bf6e

Browse files
committed
Update podspec to publish on cocoapods
1 parent f098005 commit 893bf6e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

DBAlertController.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "DBAlertController"
3-
s.version = "0.3.0"
3+
s.version = "0.4.0"
44
s.summary = "A UIAlertController subclass that's independent of the view controller it's presented from."
5-
s.homepage = "https://github.com/dbettermann/DBAlertController"
5+
s.homepage = "https://github.com/OnceApp/DBAlertController"
66
s.license = 'MIT'
7-
s.author = { "Dylan Bettermann" => "dylan.bettermann@gmail.com" }
8-
s.source = { :git => "https://github.com/dbettermann/DBAlertController.git", :tag => s.version.to_s }
9-
s.social_media_url = 'https://twitter.com/dbettermann'
7+
s.author = { "Guillaume Sempe" => "guillaume@getonce.com" }
8+
s.source = { :git => "https://github.com/OnceApp/DBAlertController.git", :tag => s.version.to_s }
9+
s.social_media_url = 'https://twitter.com/oncetheapp'
1010

1111
s.platform = :ios, '8.0'
1212
s.requires_arc = true

0 commit comments

Comments
 (0)