- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDBEnvironmentConfiguration.podspec
More file actions
Latest commit
18 lines (16 loc) · 819 Bytes
/
Copy pathDBEnvironmentConfiguration.podspec
File metadata and controls
18 lines (16 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name="DBEnvironmentConfiguration"
s.version="0.2.0"
s.summary="Easily switch between development environments/ configurations"
s.description=<<-DESC
Super-simple environment configuration for iOS apps. Switch between environments by changing one word.
DESC
s.homepage="https://github.com/DavidBenko/DBEnvironmentConfiguration"
s.license='MIT'
s.author={"David Benko"=>"dbenko@prndl.us"}
s.source={:git=>"https://github.com/DavidBenko/DBEnvironmentConfiguration.git",:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/davidwbenko'
s.platform=:ios
s.requires_arc=true
s.source_files='DBEnvironmentConfiguration/**/*.{h,m}'
end