- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExtensions.podspec
More file actions
Latest commit
16 lines (13 loc) · 592 Bytes
/
Copy pathExtensions.podspec
File metadata and controls
16 lines (13 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name="Extensions"
s.version="0.1.0"
s.summary="Cocoapod of useful extensions written in Swift 2.2."
s.homepage="https://github.com/TheDarkCode/Extensions"
s.license='MIT'
s.author={"Mark Hamilton"=>"mark@dryverless.com"}
s.source={:git=>"https://github.com/TheDarkCode/Extensions.git",:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/dryverless'
s.platform=:ios,'8.0'
s.requires_arc=true
s.source_files='Pod/Classes/**/*'
end