Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from culumn/develop
Browse files Browse the repository at this point in the history
Add develop
  • Loading branch information
culumn committed Oct 21, 2018
2 parents 27c01a8 + aa60a37 commit 72d79c7
Show file tree
Hide file tree
Showing 39 changed files with 2,767 additions and 1 deletion.
42 changes: 42 additions & 0 deletions ColorPicker.podspec
@@ -0,0 +1,42 @@
#
# Be sure to run `pod lib lint ColorPicker.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'ColorPicker'
s.version = '0.1.0'
s.summary = 'A short description of ColorPicker.'

# 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 is the color picker for iOS.'

s.homepage = 'https://github.com/culumn/ColorPicker'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'culumn' => 'yoxtsushi.44106@gmail.com' }
s.source = { :git => 'https://github.com/culumn/ColorPicker.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Yoshi64190101'

s.ios.deployment_target = '9.0'
s.swift_version = '4.2'

s.source_files = 'ColorPicker/**/*.{swift}'
# s.exclude_files = "ColorPicker/*.plist"

# s.resource_bundles = {
# 'ColorPicker' => ['ColorPicker/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

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

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 72d79c7

Please sign in to comment.