forked from calm/PersistentStreamPlayer
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPersistentStreamPlayer.podspec
More file actions
Latest commit
13 lines (13 loc) · 730 Bytes
/
Copy pathPersistentStreamPlayer.podspec
File metadata and controls
13 lines (13 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='PersistentStreamPlayer'
s.version='1.0.0'
s.summary='Stream audio over http while persisting the streamed data to a local file'
s.description='Stream audio over http while persisting the streamed data to a local file'
s.homepage='https://github.com/calmcom/PersistentStreamPlayer'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'calmcom'=>'support@calm.com'}
s.source={:git=>'https://github.com/calmcom/PersistentStreamPlayer.git',:tag=>s.version.to_s}
s.ios.deployment_target='8.0'
s.source_files='*.{h,m}'
s.frameworks='AVFoundation','MobileCoreServices'
end