forked from lmcd/LMAlertView
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLMAlertView.podspec
More file actions
Latest commit
17 lines (15 loc) · 634 Bytes
/
Copy pathLMAlertView.podspec
File metadata and controls
17 lines (15 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name='LMAlertView'
s.version='1.1.0'
s.license='MIT'
s.summary='Open Source, customisable clone of UIAlertView for iOS 7'
s.homepage='https://github.com/lmcd/LMAlertView'
s.authors={'Lee McDermott'=>'lmalertview@leemcdermott.co.uk'}
s.source={:git=>'https://github.com/lmcd/LMAlertView.git',:tag=>'v1.1.0'}
s.requires_arc=true
s.ios.deployment_target='7.0'
s.dependency'RBBAnimation','~> 0.3.0'
s.dependency'CAAnimationBlocks','~> 0.0.1'
s.public_header_files='LMAlertView/*.h'
s.source_files='LMAlertView','LMAlertView/**/*.{h,m}'
end