An open API service indexing awesome lists of open source software.

https://github.com/skyfe79/greetingkit

test Carthage
https://github.com/skyfe79/greetingkit

Last synced: about 1 year ago
JSON representation

test Carthage

Awesome Lists containing this project

README

          

# GreetingKit

It is example project to test Carthage & Cocoa touch framework which uses swift, c and c++ files at the same time.

```swift
import UIKit
import GreetingKit

Hello("Hello")

HelloC("HaHaHaHa")

HelloCppWrapper.HelloCpp("Nice to meet you")
```

## Carthage

![](build-setting.png)

## Cocoa Touch Framework

You should set header file's Target memberships as Public.

![](shot01.png)
![](shot02.png)