-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTFPhotoBrowser.podspec
More file actions
executable file
·22 lines (22 loc) · 1.03 KB
/
TFPhotoBrowser.podspec
File metadata and controls
executable file
·22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "TFPhotoBrowser"
s.version = "0.2.5"
s.summary = "时光流影iOS照片浏览框架"
s.homepage = "https://github.com/TimeFaceCoder/TFPhotoBrowser"
s.license = "Copyright (C) 2015 TimeFace, Inc. All rights reserved."
s.social_media_url = "http://www.timeface.cn"
s.ios.deployment_target = "7.1"
s.source = { :git => "https://github.com/TimeFaceCoder/TFPhotoBrowser.git"}
s.source_files = "TFPhotoBrowser/TFPhotoBrowser/**/*.{h,m,c}"
s.resource = ['TFPhotoBrowser/TFPhotoBrowser/Resources/TFLibraryResource.bundle','TFPhotoBrowser/TFPhotoBrowser/Resources/TFPhotoBrowserLocalizations.bundle']
s.frameworks = 'ImageIO', 'QuartzCore', 'AssetsLibrary', 'MediaPlayer'
s.weak_frameworks = 'Photos'
s.requires_arc = true
s.dependency 'pop'
s.dependency 'SDWebImage'
s.dependency 'PINRemoteImage'
s.dependency 'AFNetworking'
s.dependency 'DACircularProgress'
s.dependency 'SVProgressHUD'
end