Skip to content

Commit

Permalink
Updated settings after uploading cocopods trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSJin committed Jun 4, 2019
1 parent ad15357 commit e8d3372
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Example/FaceCropImageView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@
baseConfigurationReference = CB7457B0E3D6FFB5CF65E67D /* Pods-FaceCropImageView_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = FaceCropImageView/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -497,6 +498,7 @@
baseConfigurationReference = 5B2C52FA67642A496DC95D6E /* Pods-FaceCropImageView_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = FaceCropImageView/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -512,6 +514,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 3AB0092F98A26411358CEE9D /* Pods-FaceCropImageView_Tests.debug.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
Expand All @@ -534,6 +537,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 11FB8872DF0A91D9099CC91D /* Pods-FaceCropImageView_Tests.release.xcconfig */;
buildSettings = {
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions FaceCropImageView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

Pod::Spec.new do |s|
s.name = 'FaceCropImageView'
s.version = '0.1.0'
s.summary = 'This FaceCropImageView is the extension of UIImageView that helps to crop and show the proper location by face in the photo.'
s.version = '1.0.0'
s.summary = 'Crop and show the proper location of face in the photo.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = 'This FaceCropImageView is the extension of UIImageView that helps to crop and show the proper location by face in the photo.'
s.description = 'This FaceCropImageView is the extension of UIImageView that helps to crop and show the proper location of face in the photo.'
s.homepage = 'https://github.com/hansjin/FaceCropImageView'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp

## Installation

FaceCropImageView is available through [CocoaPods](https://cocoapods.org). To install
FaceCropImageView is available through [CocoaPods](https://cocoapods.org/pods/FaceCropImageView). To install
it, simply add the following line to your Podfile:

```ruby
Expand All @@ -22,7 +22,7 @@ pod 'FaceCropImageView'

## Author

hansjin, sjin.han@navercorp.com
HanSJin, kksd9900@naver.com

## License

Expand Down

0 comments on commit e8d3372

Please sign in to comment.