Skip to content

Commit 8598dfe

Browse files
committed
Create Extensions.podspec
1 parent 04d6323 commit 8598dfe

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Extensions.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 = "Extensions"
3+
s.version = "0.0.1"
4+
s.summary = "Cocoapod of useful extensions written in Swift 2.2."
5+
s.homepage = "https://github.com/TheDarkCode/Extensions"
6+
s.license = 'MIT'
7+
s.author = { "Mark Hamilton" => "mark@dryverless.com" }
8+
s.source = { :git => "https://github.com/TheDarkCode/Extensions.git", :tag => s.version.to_s }
9+
s.social_media_url = 'https://twitter.com/dryverless'
10+
11+
s.platform = :ios, '8.0'
12+
s.requires_arc = true
13+
14+
s.source_files = 'Pod/Classes/**/*'
15+
16+
end

0 commit comments

Comments
 (0)