iExtra is a Swift library that contains most of the general functionality that I build in apps on my spare time. There is no real focus, just a bag of bytes.
This repository contains a demo application. To run it, open and run the iExtra
project. The app is empty, but you can use it to try out various parts of iExtra.
iExtra can be installed with CocoaPods
and Carthage
:
To install iExtra with CocoaPods, add this line to your Podfile
:
pod 'iExtra'
then run pod install
. For more info, visit the CocoaPod website.
To install iExtra with Carthage, add this line to your Cartfile
:
github "danielsaidi/iExtra"
then run carthage update
. For more info, visit Carthage website.
Feel free to reach out if you have any questions or if you want to contribute to iExtra:
- E-mail: daniel.saidi@gmail.com
- Twitter: @danielsaidi
- Web site: danielsaidi.com
iExtra is available under the MIT license. See the LICENSE file for more info.