-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from ruslanskorb/develop
Version 1.5.0
- Loading branch information
Showing
8 changed files
with
198 additions
and
61 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
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
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,14 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'RSKImageCropper' | ||
s.version = '1.4.1' | ||
s.summary = 'An image cropper for iOS like in the Contacts app with support for landscape orientation.' | ||
s.homepage = 'https://github.com/ruslanskorb/RSKImageCropper' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.authors = { 'Ruslan Skorb' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/ruslanskorb/RSKImageCropper.git', :tag => s.version.to_s } | ||
s.platform = :ios, '6.0' | ||
s.source_files = 'RSKImageCropper/*.{h,m}' | ||
s.resources = 'RSKImageCropper/RSKImageCropperStrings.bundle' | ||
s.frameworks = 'QuartzCore', 'UIKit' | ||
s.requires_arc = true | ||
s.name = 'RSKImageCropper' | ||
s.version = '1.5.0' | ||
s.summary = 'An image cropper for iOS like in the Contacts app with support for landscape orientation.' | ||
s.homepage = 'https://github.com/ruslanskorb/RSKImageCropper' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.authors = { 'Ruslan Skorb' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/ruslanskorb/RSKImageCropper.git', :tag => s.version.to_s } | ||
s.platform = :ios, '6.0' | ||
s.source_files = 'RSKImageCropper/*.{h,m}' | ||
s.resources = 'RSKImageCropper/RSKImageCropperStrings.bundle' | ||
s.frameworks = 'QuartzCore', 'UIKit' | ||
s.requires_arc = true | ||
s.public_header_files = [ | ||
'RSKImageCropper/RSKImageCropper.h', | ||
'RSKImageCropper/RSKImageCropViewController.h', | ||
'RSKImageCropper/RSKImageCropViewController+Protected.h' | ||
] | ||
end |
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
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
Oops, something went wrong.