- Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathMFExtractColor.podspec
More file actions
Latest commit
23 lines (14 loc) · 801 Bytes
/
Copy pathMFExtractColor.podspec
File metadata and controls
23 lines (14 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.newdo |s|
s.name='MFExtractColor'
s.version='1.0.1'
s.summary='Fetches the most dominant and prominent colors from an image.'
s.homepage='https://github.com/GodzzZZZ/MFExtractColor'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'GodzzZZZ'=>'GodzzZZZ@qq.com'}
s.source={:git=>'https://github.com/GodzzZZZ/MFExtractColor.git',:tag=>s.version.to_s}
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target='8.0'
s.source_files='MFExtractColorDemo/MFExtractColorDemo/MFExtractColor/*.{h,m}'
s.frameworks="UIKit","Foundation"
end