Skip to content

Commit d063ce3

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

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

DBAlertController.podspec

Lines changed: 0 additions & 15 deletions
This file was deleted.

ONCEAlertController.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
s.name = "ONCEAlertController"
3+
s.version = "1.0.0"
4+
s.summary = "A UIAlertController subclass that's independent of the view controller it's presented from."
5+
s.homepage = "https://github.com/OnceApp/ONCEAlertController"
6+
s.license = 'MIT'
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'
10+
11+
s.platform = :ios, '10.0'
12+
s.swift_version = '4.1'
13+
s.requires_arc = true
14+
15+
s.source_files = 'Source/*.swift'
16+
end

0 commit comments

Comments
 (0)