forked from guangqiang-liu/iOS-Component-Pro
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
20 lines (14 loc) · 613 Bytes
/
Podfile
File metadata and controls
20 lines (14 loc) · 613 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/guangqiang-liu/GQSpec.git'
target 'GQComponentDemo' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for GQComponentDemo
# pod 'EleInvoiceCategory', :path => '/Users/liuguangqiang/Desktop/personRepo/iOS/componentModule/ModuleCategory/EleInvoiceCategory.podspec'
pod 'WLMElectronicInvoice'
pod 'EleInvoiceCategory'
pod 'ModuleB'
pod 'ModuleBCategory'
end