Skip to content

Commit 315a9d8

Browse files
committed
Update podspec to publish on cocoapods
1 parent f098005 commit 315a9d8

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

DBAlertController.podspec

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Pod::Spec.new do |s|
2-
s.name = "DBAlertController"
3-
s.version = "0.3.0"
2+
s.name = "ONCEAlertController"
3+
s.version = "1.0.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/ONCEAlertController"
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/ONCEAlertController.git", :tag => s.version.to_s }
9+
s.social_media_url = 'https://twitter.com/oncetheapp'
1010

11-
s.platform = :ios, '8.0'
12-
s.requires_arc = true
11+
s.platform = :ios, '10.0'
12+
s.swift_version = '4.1'
13+
s.requires_arc = true
1314

1415
s.source_files = 'Source/*.swift'
1516
end

0 commit comments

Comments
 (0)