- Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathCoreValue.podspec
More file actions
Latest commit
16 lines (16 loc) · 652 Bytes
/
Copy pathCoreValue.podspec
File metadata and controls
16 lines (16 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |spec|
spec.name='CoreValue'
spec.version='0.3.0'
spec.summary='Lightweight Framework for using Core Data with Value Types'
spec.homepage='https://github.com/terhechte/CoreValue'
spec.license={:type=>'MIT',:file=>'LICENSE'}
spec.author={
'Benedikt Terhechte'=>'terhechte@gmail.com',
}
spec.social_media_url='http://twitter.com/terhechte'
spec.source={:git=>'https://github.com/terhechte/CoreValue.git',:tag=>"v#{spec.version}"}
spec.source_files='CoreValue/*.{h,swift}'
spec.requires_arc=true
spec.ios.deployment_target='9.0'
spec.osx.deployment_target='10.10'
end