-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
1,135 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "LKImagePicker" | ||
s.version = "0.1.2" | ||
s.summary = "A clone of TZImagePickerController, support picking multiple photos、original photo and video" | ||
s.homepage = "https://github.com/ymkil/LKImagePicker" | ||
s.license = "MIT" | ||
s.author = { "Mkil" => "[email protected]" } | ||
s.name = 'LKImagePicker' | ||
s.version = '1.0.0' | ||
s.summary = 'A clone of TZImagePickerController, support picking multiple photos、original photo and video' | ||
s.homepage = 'https://github.com/ymkil/LKImagePicker' | ||
s.social_media_url = 'www.mkiltech.com' | ||
s.license = 'MIT' | ||
s.author = { 'Mkil' => '[email protected]' } | ||
s.platform = :ios | ||
s.ios.deployment_target = "8.0" | ||
s.source = { :git => "https://github.com/ymkil/LKImagePicker.git", :tag => "0.1.2" } | ||
s.ios.deployment_target = '8.0' | ||
s.source = { :git => 'https://github.com/ymkil/LKImagePicker.git', :tag => '1.0.0' } | ||
s.requires_arc = true | ||
s.source_files = "LKImagePicker/LKImagePicker/*" | ||
s.resources = "LKImagePicker/*.{png,xib,nib,bundle}" | ||
s.source_files = 'LKImagePicker/*.swift' | ||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-95.2 KB
(11%)
....xcodeproj/project.xcworkspace/xcuserdata/Mkil.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
5 changes: 0 additions & 5 deletions
5
LKImagePicker.xcodeproj/xcuserdata/Mkil.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// LKImagePicker.h | ||
// LKImagePicker | ||
// | ||
// Created by Mkil on 17/01/2017. | ||
// Copyright © 2017 Mkil. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
//! Project version number for LKImagePicker. | ||
FOUNDATION_EXPORT double LKImagePickerVersionNumber; | ||
|
||
//! Project version string for LKImagePicker. | ||
FOUNDATION_EXPORT const unsigned char LKImagePickerVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <LKImagePicker/PublicHeader.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.