-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCXPhotoBrowser.podspec
More file actions
15 lines (15 loc) · 921 Bytes
/
CXPhotoBrowser.podspec
File metadata and controls
15 lines (15 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "CXPhotoBrowser"
s.version = "1.0.0"
s.summary = "A photo browser supporting with high level customization."
s.description = <<-DESC
Inspiring by @MWPhotoBrowser. Removing the dependcy with other library, so you can choose your favorite Async library to download image online. Supporting with high level of customization, including Navigationbar, Toolbar, Loading process placeholder and Loading failure placeholder. You can build a photo browser similar to facebook.
DESC
s.homepage = "https://github.com/ChrisXu1221/CXPhotoBrowser"
s.license = 'MIT'
s.author = { "ChrisXu" => "taterctl@gmail.com" }
s.source = { :git => "https://github.com/ChrisXu1221/CXPhotoBrowser.git", :tag => "1.0.0" }
s.source_files = 'CXPhotoBrowser/*.{h,m}'
s.platform = :ios, '4.3'
s.requires_arc = true
end