Skip to content

Commit af6fc6c

Browse files
author
Raj Chourasia
committed
Initialising POD
1 parent 7ecee7d commit af6fc6c

21 files changed

+1088
-0
lines changed

ios/Podfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'ReactNativeInit' do
5+
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
6+
# use_frameworks!
7+
8+
# Pods for ReactNativeInit
9+
10+
target 'ReactNativeInitTests' do
11+
inherit! :search_paths
12+
# Pods for testing
13+
end
14+
15+
end

ios/Podfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PODFILE CHECKSUM: 2cda8cf9400021f57b0ff5ebeb09381093b9e3ff
2+
3+
COCOAPODS: 1.2.0

ios/Pods/Manifest.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 422 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-ReactNativeInit/Pods-ReactNativeInit-acknowledgements.markdown

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-ReactNativeInit/Pods-ReactNativeInit-acknowledgements.plist

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-ReactNativeInit/Pods-ReactNativeInit-dummy.m

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-ReactNativeInit/Pods-ReactNativeInit-frameworks.sh

Lines changed: 92 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-ReactNativeInit/Pods-ReactNativeInit-resources.sh

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Target Support Files/Pods-ReactNativeInit/Pods-ReactNativeInit.debug.xcconfig

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)