-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
29 lines (27 loc) · 876 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/peng1207/huangshupengSpecs.git'
platform :ios, '10.0'
use_frameworks!
target 'ScanProject' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'SPCommonLibrary/Public'
pod 'SPCommonLibrary/Share'
pod 'SPCommonLibrary/ImageManager'
pod 'SPCommonLibrary/CodeManager'
# pod 'SPCommonLibrary/Request'
# pod 'SPCommonLibrary'
# pod 'SPCommonLibrary', :path => "/Users/huangshupeng/Documents/git/SPCommonLibrary"
# Pods for ScanProject
pod 'RealmSwift'
pod 'HandyJSON'
target 'ScanProjectTests' do
inherit! :search_paths
# Pods for testing
end
target 'ScanProjectUITests' do
inherit! :search_paths
# Pods for testing
end
end