https://github.com/skyfe79/greetingkit
test Carthage
https://github.com/skyfe79/greetingkit
Last synced: about 1 year ago
JSON representation
test Carthage
- Host: GitHub
- URL: https://github.com/skyfe79/greetingkit
- Owner: skyfe79
- License: mit
- Created: 2016-03-02T13:58:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T16:09:36.000Z (over 10 years ago)
- Last Synced: 2025-02-14T21:29:44.619Z (over 1 year ago)
- Language: Swift
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Cocoa Touch Framework
You should set header file's Target memberships as Public.

