Skip to content

Commit

Permalink
- Stevia example.
Browse files Browse the repository at this point in the history
  • Loading branch information
asifhabib committed Aug 25, 2020
1 parent 9cfbb31 commit c991d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Example/SteviaPod/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ import UIKit

class ViewController: UIViewController {

var v: LoginViewStevia!
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
v = LoginViewStevia()
view = v
// Do any additional setup after loading the view.
}

override func didReceiveMemoryWarning() {
Expand Down
2 changes: 1 addition & 1 deletion SteviaPod.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/asifhabib/SteviaPod.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'

s.source_files = 'SteviaPod/Classes/**/*'

Expand Down

0 comments on commit c991d16

Please sign in to comment.