Skip to content

Commit

Permalink
Merge 69bfebe into 039ee21
Browse files Browse the repository at this point in the history
  • Loading branch information
Oni-zerone committed Mar 6, 2019
2 parents 039ee21 + 69bfebe commit 5576f9a
Show file tree
Hide file tree
Showing 31 changed files with 1,207 additions and 261 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -34,5 +34,5 @@ Carthage/Build
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
Pods/
IDEWorkspaceChecks.plist
2 changes: 2 additions & 0 deletions Example/Podfile
@@ -1,7 +1,9 @@
use_frameworks!
platform :ios, '10.0'

target 'PunkAPI_Example' do
pod 'PunkAPI', :path => '../'
pod 'PunkAPI/PromiseKit', :path => '../'

target 'PunkAPI_Tests' do
inherit! :search_paths
Expand Down
26 changes: 23 additions & 3 deletions Example/Podfile.lock
@@ -1,16 +1,36 @@
PODS:
- PunkAPI (0.1.0)
- PromiseKit (6.8.3):
- PromiseKit/CorePromise (= 6.8.3)
- PromiseKit/Foundation (= 6.8.3)
- PromiseKit/UIKit (= 6.8.3)
- PromiseKit/CorePromise (6.8.3)
- PromiseKit/Foundation (6.8.3):
- PromiseKit/CorePromise
- PromiseKit/UIKit (6.8.3):
- PromiseKit/CorePromise
- PunkAPI (0.2.0):
- PunkAPI/API (= 0.2.0)
- PunkAPI/API (0.2.0)
- PunkAPI/PromiseKit (0.2.0):
- PromiseKit (~> 6.8)
- PunkAPI/API

DEPENDENCIES:
- PunkAPI (from `../`)
- PunkAPI/PromiseKit (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- PromiseKit

EXTERNAL SOURCES:
PunkAPI:
:path: "../"

SPEC CHECKSUMS:
PunkAPI: c9891a38a2efa7a052f02d02decceb58ca87b5ed
PromiseKit: 94c6e781838c5bf4717677d0d882b0e7250c80fc
PunkAPI: bf0b12efdfe84e986d7f3f2d9057e3cbcb007deb

PODFILE CHECKSUM: 77a7edfbda92bc42f026175f2a4105df175a2c99
PODFILE CHECKSUM: 140a1cf5c3e09e71ebdc08b298d32d1373675b44

COCOAPODS: 1.5.3
24 changes: 21 additions & 3 deletions Example/Pods/Local Podspecs/PunkAPI.podspec.json

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

26 changes: 23 additions & 3 deletions Example/Pods/Manifest.lock

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

0 comments on commit 5576f9a

Please sign in to comment.