Skip to content
This repository was archived by the owner on Feb 15, 2021. It is now read-only.

Commit 548bab9

Browse files
committed
Update info
1 parent 275ef66 commit 548bab9

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

PockKit.podspec

+7-10
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,26 @@
22
# Be sure to run `pod lib lint PockKit.podspec' to ensure this is a
33
# valid spec before submitting.
44
#
5-
# Any lines starting with a # are optional, but their use is encouraged
6-
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
7-
#
85

96
Pod::Spec.new do |s|
107
s.name = 'PockKit'
118
s.version = '0.1.1'
12-
s.summary = 'Core framework for building Pock widgets.'
9+
s.summary = 'Core framework for building Pock widgets'
1310

1411
s.description = <<-DESC
1512
PockKit is the core framework for building Pock widgets.
16-
Documentation can be found at https://kit.pock.dev/docs/
13+
Documentation will be available soon on https://kit.pock.dev/docs/
1714
DESC
1815

1916
s.homepage = 'https://kit.pock.dev'
2017
s.license = { :type => 'MIT', :file => 'LICENSE' }
21-
s.author = { 'Pock' => 'hello@pock.dev' }
22-
s.source = { :git => 'http://git.pigigaldi.com:8383/Pock/PockKit.git', :tag => s.version.to_s }
23-
s.social_media_url = 'https://twitter.com/_pockapp'
18+
s.author = { 'pigigaldi' => 'info@pigigaldi.com' }
19+
s.source = { :git => 'https://github.com/pigigaldi/PockKit.git', :tag => s.version.to_s }
20+
s.social_media_url = 'https://twitter.com/pigigaldi'
2421

2522
s.platform = :osx
26-
s.osx.deployment_target = "10.12.2"
27-
s.swift_version = "5.0"
23+
s.osx.deployment_target = '10.12.2'
24+
s.swift_version = '4.2'
2825

2926
s.frameworks = 'Foundation'
3027
s.frameworks = 'AppKit'

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
# PockKit
22

3-
[![CI Status](https://img.shields.io/travis/pigigaldi/PockKit.svg?style=flat)](https://travis-ci.org/pigigaldi/PockKit)
43
[![Version](https://img.shields.io/cocoapods/v/PockKit.svg?style=flat)](https://cocoapods.org/pods/PockKit)
54
[![License](https://img.shields.io/cocoapods/l/PockKit.svg?style=flat)](https://cocoapods.org/pods/PockKit)
65
[![Platform](https://img.shields.io/cocoapods/p/PockKit.svg?style=flat)](https://cocoapods.org/pods/PockKit)
76

8-
## Example
9-
10-
To run the example project, clone the repo, and run `pod install` from the Example directory first.
11-
12-
## Requirements
13-
147
## Installation
158

16-
PockKit is available through [CocoaPods](https://cocoapods.org). To install
17-
it, simply add the following line to your Podfile:
9+
PockKit is available through [CocoaPods](https://cocoapods.org).
10+
To install it, simply add the following line to your Podfile:
1811

1912
```ruby
2013
pod 'PockKit'
2114
```
2215

16+
## Documentation
17+
18+
Documentation will be available soon on https://kit.pock.dev/docs/
19+
2320
## Author
2421

2522
pigigaldi, pigi.galdi@gmail.com

0 commit comments

Comments
 (0)