This repository was archived by the owner on Feb 15, 2021. It is now read-only.
Commit 548bab9 1 parent 275ef66 commit 548bab9 Copy full SHA for 548bab9
File tree 2 files changed +13
-19
lines changed
2 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 2
2
# Be sure to run `pod lib lint PockKit.podspec' to ensure this is a
3
3
# valid spec before submitting.
4
4
#
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
- #
8
5
9
6
Pod ::Spec . new do |s |
10
7
s . name = 'PockKit'
11
8
s . version = '0.1.1'
12
- s . summary = 'Core framework for building Pock widgets. '
9
+ s . summary = 'Core framework for building Pock widgets'
13
10
14
11
s . description = <<-DESC
15
12
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/
17
14
DESC
18
15
19
16
s . homepage = 'https://kit.pock.dev'
20
17
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 '
24
21
25
22
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'
28
25
29
26
s . frameworks = 'Foundation'
30
27
s . frameworks = 'AppKit'
Original file line number Diff line number Diff line change 1
1
# PockKit
2
2
3
- [ ![ CI Status] ( https://img.shields.io/travis/pigigaldi/PockKit.svg?style=flat )] ( https://travis-ci.org/pigigaldi/PockKit )
4
3
[ ![ Version] ( https://img.shields.io/cocoapods/v/PockKit.svg?style=flat )] ( https://cocoapods.org/pods/PockKit )
5
4
[ ![ License] ( https://img.shields.io/cocoapods/l/PockKit.svg?style=flat )] ( https://cocoapods.org/pods/PockKit )
6
5
[ ![ Platform] ( https://img.shields.io/cocoapods/p/PockKit.svg?style=flat )] ( https://cocoapods.org/pods/PockKit )
7
6
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
-
14
7
## Installation
15
8
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:
18
11
19
12
``` ruby
20
13
pod ' PockKit'
21
14
```
22
15
16
+ ## Documentation
17
+
18
+ Documentation will be available soon on https://kit.pock.dev/docs/
19
+
23
20
## Author
24
21
25
22
pigigaldi, pigi.galdi@gmail.com
You can’t perform that action at this time.
0 commit comments