-
Notifications
You must be signed in to change notification settings - Fork 11
/
MLPhotoLib.podspec
21 lines (19 loc) · 955 Bytes
/
MLPhotoLib.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "MLPhotoLib"
s.version = "0.1.0"
s.summary = "A New PhotoLib, Compatible with iOS7+, Simple, lightweight."
s.description = <<-DESC
The PhotoKit package, so that the use of more simple, provides more pictures, more video preview, fast and easy to use features
DESC
s.homepage = "https://github.com/MakeZL/MLPhotoLib"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Leo" => "120886865@qq.com" }
s.social_media_url = "http://weibo.com/MakeZL"
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.source = { :git => "https://github.com/MakeZL/MLPhotoLib.git", :branch => "master", :tag => s.version }
s.source_files = "MLPhotoLib/Classes/MLPhotoPicker/*.{h,m}"
s.resource = "MLPhotoLib/MLImagePickerController.bundle"
s.requires_arc = true
s.framework = "Photos","AssetsLibrary"
end