- Notifications
You must be signed in to change notification settings - Fork 137
Expand file tree
/
Copy pathSwiftString.podspec
More file actions
Latest commit
20 lines (16 loc) · 703 Bytes
/
Copy pathSwiftString.podspec
File metadata and controls
20 lines (16 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |s|
s.name="SwiftString"
s.version="0.5.1"
s.summary="A lightweight string extension for Swift"
s.description=<<-DESC
Common methods and String operations for Swift
DESC
s.homepage="https://github.com/amayne/SwiftString"
s.license='MIT'
s.author={"Andrew Mayne"=>"andrew@redbricklab.com"}
s.source={:git=>"https://github.com/amayne/SwiftString.git",:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/amayne'
s.platform=:ios,'8.0'
s.requires_arc=true
s.source_files='Pod/Classes/**/*'
end