Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

groupme/LibGroupMe

Repository files navigation

LibGroupMe

Build Status

A hacky Swift framework experiment

Uses:

To get started:

[LibGroupMe] ➤ pod install
[LibGroupMe] ➤ open LibGroupMe.xcworkspace

To run the tests:

  • Hit ⌘U to in Xcode
  • You can also run tests on the command line, using a long xcodebuild command build that lives in build.sh:
[LibGroupMe] ➤ ./build.sh clean test

(the raw xcodebuild output is pretty ugly. try piping it to xcpretty)

To integrate with other apps:

in your Podfile, add something like:

pod 'LibGroupMe', :git => 'https://github.com/jonbalbarin/LibGroupMe.git'

for OS X projects, or

pod 'LibGroupMe_iOS', :git => 'https://github.com/jonbalbarin/LibGroupMe.git'

for iOS projects

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published