forked from hujewelz/HUPhotoBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HUPhotoBrowser.podspec
60 lines (40 loc) · 2.18 KB
/
HUPhotoBrowser.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# Be sure to run `pod spec lint HUPhotoBrowser.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "HUPhotoBrowser"
s.version = "1.2.4"
s.summary = "photo browser for ios, which can browse Photo library and web image"
s.homepage = "https://github.com/hujewelz/HUPhotoBrowser"
s.license = "MIT"
s.author = { "Jewelz Hu" => "https://github.com/hujewelz/HUPhotoBrowser" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/hujewelz/HUPhotoBrowser.git", :tag => "1.2.4" }
s.source_files = "HUPhotoBrowser/**/*.{h,m}"
s.resources = "HUPhotoBrowser/HUPhotoPicker/*.png", "HUPhotoBrowser/HUPhotoPicker/*.xib"
s.requires_arc = true
s.frameworks = "UIKit", "Photos", "AssetsLibrary"
#s.exclude_files = "Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Link your library with frameworks, or libraries. Libraries do not include
# the lib prefix of their name.
#
# s.frameworks = "SomeFramework", "AnotherFramework"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If your library depends on compiler flags you can set them in the xcconfig hash
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.
# s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
end