mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 19:08:12 +00:00
commit
06665da47b
@ -18,8 +18,14 @@
|
||||
#import <React/RCTImageLoader.h>
|
||||
#endif
|
||||
|
||||
#if __has_include("QBImagePicker.h")
|
||||
#import "QBImagePicker.h"
|
||||
#import "RSKImageCropper.h"
|
||||
#else
|
||||
#import "QBImagePicker/QBImagePicker.h"
|
||||
#import "RSKImageCropper/RSKImageCropper.h"
|
||||
#endif
|
||||
|
||||
#import "UIImage-Resize/UIImage+Resize.h"
|
||||
#import "Compression.h"
|
||||
#import <math.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-image-crop-picker",
|
||||
"version": "0.12.10",
|
||||
"version": "0.13.0",
|
||||
"description": "Select single or multiple images, with croping option",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
18
react-native-image-crop-picker.podspec
Normal file
18
react-native-image-crop-picker.podspec
Normal file
@ -0,0 +1,18 @@
|
||||
require "json"
|
||||
package = JSON.parse(File.read('package.json'))
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = package['name']
|
||||
s.version = package['version']
|
||||
s.summary = package['description']
|
||||
s.author = "Ivan Pusic"
|
||||
s.license = package['license']
|
||||
s.requires_arc = true
|
||||
s.homepage = "https://github.com/ivpusic/react-native-image-crop-picker"
|
||||
s.source = { :git => 'https://github.com/ivpusic/react-native-image-crop-picker.git' }
|
||||
s.platform = :ios, '8.0'
|
||||
s.source_files = "ios/*.{h,m}", "ios/UIImage-Resize/*.{h,m}"
|
||||
|
||||
s.dependency "QBImagePickerController"
|
||||
s.dependency "RSKImageCropper"
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user