harunozdemir / CashFlowApp

Income & Expense tracking iOS application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CashFlowApp

Income & Expense tracking application

Platform Language License

Requirements

  • iOS 8.0+
  • Xcode 8.0+
  • Swift 3.0+

Installation

Embedded frameworks require a minimum deployment target of iOS 8.

CocoaPods

CocoaPods is a dependency manager for Cocoa projects.

CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:

$ gem install cocoapods

To integrate Charts and LGButton libraries into your Xcode project using CocoaPods, specify it in your Podfile:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'CashFlowApp' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!
  pod 'Charts'
  pod 'LGButton'

  # Pods for CashFlowApp
  

end

Then, run the following command:

$ pod install

Author

Harun Ă–zdemir, harunozdmirr@gmail.com

About

Income & Expense tracking iOS application


Languages

Language:Swift 99.5%Language:Ruby 0.5%