Skip to content

Commit

Permalink
Merge pull request sfragrance#9 from gragrance/develop
Browse files Browse the repository at this point in the history
Fixes sfragrance#8  
Replace ’ with ' to fix "Smart quotes were detected and ignored in your Podfile" warning.
  • Loading branch information
sfragrance authored Dec 5, 2017
2 parents 498f309 + f693629 commit 83c9817
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :osx, "10.12
platform :osx, '10.12'

target 'Captuocr' do
pod 'AsyncSwift,'~> 2.0.0'
pod 'ReactiveKit,'~> 3.8.0'
pod 'Bond,'~> 6.5.0'
pod 'Alamofire,'~> 4.5.0'
pod 'EVReflection,'~> 5.2.0'
pod 'AsyncSwift','~> 2.0.0'
pod 'ReactiveKit','~> 3.8.0'
pod 'Bond','~> 6.5.0'
pod 'Alamofire','~> 4.5.0'
pod 'EVReflection','~> 5.2.0'
pod 'Swinject', '~> 2.0.0'
pod 'SwinjectPropertyLoader', '~> 1.0.0'
pod 'SQLite.swift','~> 0.11.0'
Expand Down

0 comments on commit 83c9817

Please sign in to comment.