Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Add Lock/WebView as a dependency #1

Merged
merged 1 commit into from
Nov 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion LockReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |core|
core.source_files = 'objc/core/*.{h,m}'
core.public_header_files = "objc/core/A0LockReact.h"
core.dependency 'Lock/UI', '~> 1.21'
core.dependency 'Lock', '~> 1.21'
core.dependency 'Lock/TouchID'
core.dependency 'Lock/SMS'
core.dependency 'Lock/Email'
core.frameworks = ["UIKit", "WebKit"]
end

s.subspec 'NativeModule' do |native|
Expand Down
22 changes: 15 additions & 7 deletions sample-app/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ PODS:
- FBSDKCoreKit/arc
- FBSDKLoginKit (4.7.1):
- FBSDKCoreKit
- Lock (1.21.0):
- CocoaLumberjack (~> 2.0)
- Lock/Core (= 1.21.0)
- Lock/UI (= 1.21.0)
- Lock/WebView (= 1.21.0)
- Lock-Facebook (2.2.1):
- CocoaLumberjack (~> 2.0)
- FBSDKCoreKit (~> 4.6)
Expand Down Expand Up @@ -79,15 +84,18 @@ PODS:
- Lock/UI (1.21.0):
- CocoaLumberjack (~> 2.0)
- Lock/CoreUI
- LockReactNative (0.0.1):
- LockReactNative/Core (= 0.0.1)
- LockReactNative/NativeModule (= 0.0.1)
- LockReactNative/Core (0.0.1):
- Lock/WebView (1.21.0):
- CocoaLumberjack (~> 2.0)
- Lock/CoreUI
- LockReactNative (0.0.3):
- LockReactNative/Core (= 0.0.3)
- LockReactNative/NativeModule (= 0.0.3)
- LockReactNative/Core (0.0.3):
- Lock (~> 1.21)
- Lock/Email
- Lock/SMS
- Lock/TouchID
- Lock/UI (~> 1.21)
- LockReactNative/NativeModule (0.0.1):
- LockReactNative/NativeModule (0.0.3):
- LockReactNative/Core
- React/Core
- LUKeychainAccess (1.2.5)
Expand Down Expand Up @@ -138,7 +146,7 @@ SPEC CHECKSUMS:
Lock: cf46cea61023248b458662a9800a99c410a355f4
Lock-Facebook: 09f2397cbc9ae2e1fc654f7e66248da30343e349
Lock-Twitter: 385c8ec734fb627ac05cc8e77aaf58a8142b25b8
LockReactNative: 9b3d3a3e32f52b6b427caebe7008b1ef26f74f90
LockReactNative: 431089783a2aedb4ac0fd60f8768ad95c0027680
LUKeychainAccess: d22fc00b33ad92c7532962b86daa94c14b85ecbe
NSData+Base64: 4e84902c4db907a15673474677e57763ef3903e4
OAuthCore: 43dce261db846a1fe20234d95654257e00e78581
Expand Down