Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Create pod
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinoa committed Apr 3, 2017
1 parent f26e1f5 commit 209ade2
Show file tree
Hide file tree
Showing 49 changed files with 1,890 additions and 436 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode7.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/DIImageView.xcworkspace -scheme DIImageView-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
30 changes: 30 additions & 0 deletions DIImageView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# Be sure to run `pod lib lint DIImageView.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 http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'DIImageView'
s.version = '1.0.0'
s.summary = 'A Snapchat-inspired caption integrated within a regular UIImageView'

s.homepage = 'https://github.com/danielinoa/DIImageView'
# s.screenshots = 'https://github.com/danielinoa/DIImageView/blob/master/Screenshots/ss1.png', 'https://github.com/danielinoa/DIImageView/blob/master/Screenshots/ss2.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'danielinoa' => '[email protected]' }
s.source = { :git => 'https://github.com/danielinoa/DIImageView.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/danielinoa_'

s.ios.deployment_target = '8.0'

s.source_files = 'DIImageView/Classes/**/*'

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

# s.public_header_files = 'Pod/Classes/**/*.h'
end
289 changes: 0 additions & 289 deletions DIImageView.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions DIImageView/AppDelegate.swift

This file was deleted.

Empty file added DIImageView/Assets/.gitkeep
Empty file.
Empty file added DIImageView/Classes/.gitkeep
Empty file.
Loading

0 comments on commit 209ade2

Please sign in to comment.