We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d6323 commit 8598dfeCopy full SHA for 8598dfe
1 file changed
Extensions.podspec
@@ -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