-
Notifications
You must be signed in to change notification settings - Fork 3
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
KWANG HYOUN KIM
committed
Mar 15, 2018
1 parent
ca5f7d7
commit 0359cea
Showing
2 changed files
with
6 additions
and
16 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 |
---|---|---|
|
@@ -10,22 +10,12 @@ Pod::Spec.new do |s| | |
s.name = 'APNSUtil' | ||
s.version = '1.0.0' | ||
s.summary = 'APNSUtil is makes code simple using apple push notification service.' | ||
|
||
# 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 = 'APNSUtil is makes code simple using apple push notification service.' | ||
|
||
s.homepage = 'https://github.com/pisces/APNSUtil' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'pisces' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/pisces/APNSUtil.git', :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '8.0' | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.source_files = 'APNSUtil/Classes/**/*' | ||
s.dependency 'ObjectMapper', '~> 2.0' | ||
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