Skip to content

Commit 797456b

Browse files
committed
prepare 0.0.1-alpha1 release
1 parent 42068e1 commit 797456b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Kakapo.podspec

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Pod::Spec.new do |s|
2+
s.name = "Kakapo"
3+
s.version = "0.0.1-alpha1"
4+
s.summary = "Next generation network mocking library."
5+
6+
s.description = <<-DESC
7+
Next generation network mocking library. WIP
8+
DESC
9+
10+
s.homepage = "https://github.com/devlucky/Kakapo"
11+
s.license = 'MIT'
12+
s.author = { "Alex Manzella" => "[email protected]", "Joan Romano" => "[email protected]" }
13+
s.source = { :git => "https://github.com/devlucky/Kakapo.git", :tag => s.version.to_s }
14+
s.social_media_url = 'https://twitter.com/devluckyness'
15+
16+
s.ios.deployment_target = '9.0'
17+
18+
s.source_files = 'Source/**/*'
19+
20+
end

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
#Kakapo [![Language: Swift](https://img.shields.io/badge/lang-Swift-yellow.svg?style=flat)](https://developer.apple.com/swift/) [![Build Status](https://travis-ci.org/devlucky/Kakapo.svg?branch=master)](https://travis-ci.org/devlucky/Kakapo) [![npm license](https://img.shields.io/npm/l/awesome-badges.svg)](https://www.npmjs.org/package/awesome-badges) [![CocoaPods](https://img.shields.io/cocoapods/v/AFNetworking.svg)]() [![CocoaPods](https://img.shields.io/cocoapods/metrics/doc-percent/AFNetworking.svg)]() [![codecov.io](https://codecov.io/github/devlucky/Kakapo/coverage.svg?branch=master)](https://codecov.io/github/devlucky/Kakapo?branch=master) [![CocoaPods](https://img.shields.io/cocoapods/p/AFNetworking.svg)]() ![partyparrot](http://cultofthepartyparrot.com/parrots/parrot.gif)
1+
#Kakapo ![partyparrot](http://cultofthepartyparrot.com/sirocco.gif)
2+
[![Language: Swift](https://img.shields.io/badge/lang-Swift-yellow.svg?style=flat)](https://developer.apple.com/swift/)
3+
[![Build Status](https://travis-ci.org/devlucky/Kakapo.svg?branch=master)](https://travis-ci.org/devlucky/Kakapo)
4+
[![Version](https://img.shields.io/cocoapods/v/Kakapo.svg?style=flat)](http://cocoapods.org/pods/Kakapo)
5+
[![CocoaPods](https://img.shields.io/cocoapods/metrics/doc-percent/Kakapo.svg)]()
6+
[![codecov.io](https://codecov.io/github/devlucky/Kakapo/coverage.svg?branch=master)](https://codecov.io/github/devlucky/Kakapo?branch=master)
7+
[![License](https://img.shields.io/cocoapods/l/Kakapo.svg?style=flat)](http://cocoapods.org/pods/Kakapo)
8+
[![Platform](https://img.shields.io/cocoapods/p/Kakapo.svg?style=flat)](http://cocoapods.org/pods/Kakapo)
29

310
> Next generation mocking library in Swift
411

0 commit comments

Comments
 (0)