Skip to content

Commit 0c76ad8

Browse files
author
Ashis Laha
committedMar 25, 2019
first commit
0 parents  commit 0c76ad8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2975
-0
lines changed
 

‎Podfile

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'SuperCart' do
5+
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# pod 'ApiAI'
9+
# pod 'IQKeyboardManagerSwift'
10+
# pod 'JSQMessagesViewController'
11+
12+
# Pods for SuperCart
13+
14+
target 'SuperCartTests' do
15+
inherit! :search_paths
16+
# Pods for testing
17+
end
18+
19+
end

‎Podfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PODFILE CHECKSUM: f7535da44776941cfacd74eb177d6c58b9c9087f
2+
3+
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)
Please sign in to comment.