- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGalaxyKit.podspec
More file actions
Latest commit
15 lines (14 loc) · 603 Bytes
/
Copy pathGalaxyKit.podspec
File metadata and controls
15 lines (14 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |spec|
spec.name="GalaxyKit"
spec.version="0.0.1"
spec.summary="A galaxy generating toolkit."
spec.homepage="https://github.com/aranasaurus/GalaxyKit"
spec.license={type: 'MIT',file: 'LICENSE'}
spec.authors={"Ryan Arana"=>'ryan.arana@gmail.com'}
spec.social_media_url="http://twitter.com/aranasaurus"
spec.platform=:ios,"11.0"
spec.swift_version="4.1"
spec.requires_arc=true
spec.source={git: "https://github.com/aranasaurus/GalaxyKit.git",tag: "v#{spec.version}",submodules: true}
spec.source_files="src/**/*.{h,swift}"
end