File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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'
1516end
You can’t perform that action at this time.
0 commit comments