Podfile.lock 4.4 KB
Newer Older
Y
yixiang 已提交
1
PODS:
Y
yinhaichao 已提交
2 3 4 5 6 7 8
  - AFNetworking (4.0.1):
    - AFNetworking/NSURLSession (= 4.0.1)
    - AFNetworking/Reachability (= 4.0.1)
    - AFNetworking/Security (= 4.0.1)
    - AFNetworking/Serialization (= 4.0.1)
    - AFNetworking/UIKit (= 4.0.1)
  - AFNetworking/NSURLSession (4.0.1):
Y
yixiang 已提交
9 10 11
    - AFNetworking/Reachability
    - AFNetworking/Security
    - AFNetworking/Serialization
Y
yinhaichao 已提交
12 13 14 15
  - AFNetworking/Reachability (4.0.1)
  - AFNetworking/Security (4.0.1)
  - AFNetworking/Serialization (4.0.1)
  - AFNetworking/UIKit (4.0.1):
Y
yixiang 已提交
16
    - AFNetworking/NSURLSession
L
litianhao 已提交
17 18 19 20
  - CocoaAsyncSocket (7.6.5)
  - CocoaHTTPServer (2.3):
    - CocoaAsyncSocket
    - CocoaLumberjack
21 22 23 24 25
  - CocoaLumberjack (3.7.2):
    - CocoaLumberjack/Core (= 3.7.2)
  - CocoaLumberjack/Core (3.7.2)
  - DoraemonKit/Core (3.0.8):
    - AFNetworking
Y
yixiang 已提交
26
    - FMDB
Y
yixiangboy 已提交
27
    - GCDWebServer
M
3.0.4  
mizikoi53 已提交
28 29
    - GCDWebServer/WebDAV
    - GCDWebServer/WebUploader
30
  - DoraemonKit/WithDatabase (3.0.8):
31 32
    - DoraemonKit/Core
    - YYDebugDatabase
33
  - DoraemonKit/WithGPS (3.0.8):
Y
yixiangboy 已提交
34
    - DoraemonKit/Core
35
  - DoraemonKit/WithLoad (3.0.8):
Y
yixiangboy 已提交
36
    - DoraemonKit/Core
37
  - DoraemonKit/WithLogger (3.0.8):
38 39
    - CocoaLumberjack
    - DoraemonKit/Core
40
  - DoraemonKit/WithMLeaksFinder (3.0.8):
41
    - DoraemonKit/Core
R
Rake Yang 已提交
42
    - FBRetainCycleDetector
43
  - DoraemonKit/WithMultiControl (3.0.8):
L
litianhao 已提交
44 45 46
    - CocoaHTTPServer
    - CocoaLumberjack
    - DoraemonKit/Core
47 48
    - SocketRocket
  - DoraemonKit/WithWeex (3.0.8):
Y
yixiangboy 已提交
49 50 51
    - DoraemonKit/Core
    - WeexSDK
    - WXDevtool
52
  - FBRetainCycleDetector (0.1.4)
Y
yixiangboy 已提交
53 54 55
  - FMDB (2.7.5):
    - FMDB/standard (= 2.7.5)
  - FMDB/standard (2.7.5)
Y
yixiang 已提交
56 57 58 59
  - GCDWebServer (3.5.4):
    - GCDWebServer/Core (= 3.5.4)
  - GCDWebServer/Core (3.5.4)
  - GCDWebServer/WebDAV (3.5.4):
M
3.0.4  
mizikoi53 已提交
60
    - GCDWebServer/Core
Y
yixiang 已提交
61
  - GCDWebServer/WebUploader (3.5.4):
M
3.0.4  
mizikoi53 已提交
62
    - GCDWebServer/Core
Y
yixiangboy 已提交
63 64 65 66 67 68 69 70 71
  - libwebp (1.1.0):
    - libwebp/demux (= 1.1.0)
    - libwebp/mux (= 1.1.0)
    - libwebp/webp (= 1.1.0)
  - libwebp/demux (1.1.0):
    - libwebp/webp
  - libwebp/mux (1.1.0):
    - libwebp/demux
  - libwebp/webp (1.1.0)
72 73 74
  - SDWebImage (5.11.1):
    - SDWebImage/Core (= 5.11.1)
  - SDWebImage/Core (5.11.1)
Y
yinhaichao 已提交
75
  - SDWebImageWebPCoder (0.8.2):
Y
yixiangboy 已提交
76
    - libwebp (~> 1.0)
Y
yinhaichao 已提交
77
    - SDWebImage/Core (~> 5.10)
Y
yixiangboy 已提交
78
  - SocketRocket (0.5.1)
79
  - WeexSDK (0.30.0)
Y
yixiangboy 已提交
80 81 82
  - WXDevtool (0.24.0):
    - SocketRocket
    - WeexSDK
Y
yixiang 已提交
83
  - YYDebugDatabase (2.1.0):
Y
yixiangboy 已提交
84 85
    - FMDB
    - GCDWebServer
Y
yixiang 已提交
86 87

DEPENDENCIES:
88
  - AFNetworking (~> 4.0)
89
  - DoraemonKit/Core (from `../../`)
90
  - DoraemonKit/WithDatabase (from `../../`)
Y
yixiangboy 已提交
91
  - DoraemonKit/WithGPS (from `../../`)
Y
yixiangboy 已提交
92
  - DoraemonKit/WithLoad (from `../../`)
93 94
  - DoraemonKit/WithLogger (from `../../`)
  - DoraemonKit/WithMLeaksFinder (from `../../`)
L
litianhao 已提交
95
  - DoraemonKit/WithMultiControl (from `../../`)
Y
yixiangboy 已提交
96
  - DoraemonKit/WithWeex (from `../../`)
97 98 99
  - "FBRetainCycleDetector (from `git@github.com:facebook/FBRetainCycleDetector.git`, branch `master`)"
  - SDWebImage (~> 5.11)
  - SDWebImageWebPCoder (~> 0.8)
Y
yixiang 已提交
100
  - SocketRocket (~> 0.5)
101
  - YYDebugDatabase (~> 2.1)
Y
yixiang 已提交
102

Y
fix  
yixiangboy 已提交
103
SPEC REPOS:
104
  trunk:
Y
fix  
yixiangboy 已提交
105
    - AFNetworking
L
litianhao 已提交
106 107
    - CocoaAsyncSocket
    - CocoaHTTPServer
108
    - CocoaLumberjack
Y
yixiangboy 已提交
109 110
    - FMDB
    - GCDWebServer
Y
yixiangboy 已提交
111
    - libwebp
Y
fix  
yixiangboy 已提交
112
    - SDWebImage
Y
yixiangboy 已提交
113
    - SDWebImageWebPCoder
Y
yixiangboy 已提交
114 115 116
    - SocketRocket
    - WeexSDK
    - WXDevtool
117
    - YYDebugDatabase
Y
fix  
yixiangboy 已提交
118

Y
yixiang 已提交
119 120
EXTERNAL SOURCES:
  DoraemonKit:
Y
fix  
yixiangboy 已提交
121
    :path: "../../"
122
  FBRetainCycleDetector:
123 124
    :branch: master
    :git: "git@github.com:facebook/FBRetainCycleDetector.git"
125 126 127

CHECKOUT OPTIONS:
  FBRetainCycleDetector:
Y
yinhaichao 已提交
128
    :commit: 32c4afc1fc17553f9b69e4edd82cfa3c73dbb331
129
    :git: "git@github.com:facebook/FBRetainCycleDetector.git"
Y
yixiang 已提交
130 131

SPEC CHECKSUMS:
Y
yinhaichao 已提交
132
  AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
L
litianhao 已提交
133 134
  CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
  CocoaHTTPServer: 5624681fc3473d43b18202f635f9b3abb013b530
135 136
  CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
  DoraemonKit: 1bcf1a9f63a97cf8b66af24940d6ca3559dfd96f
137
  FBRetainCycleDetector: 46daef95c2dfa9be34b53087edf6a8f34e4c749c
Y
yixiangboy 已提交
138
  FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
Y
yixiang 已提交
139
  GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4
Y
yixiangboy 已提交
140
  libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3
141
  SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
Y
yinhaichao 已提交
142
  SDWebImageWebPCoder: f56ab499e3ea57dfeb6c3187dce183b10e160db0
Y
yixiangboy 已提交
143
  SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
144
  WeexSDK: 8e01e33244f51cb11f9f000b5200d93de5f4fa97
Y
yixiangboy 已提交
145
  WXDevtool: 95b70c73c06fc3299d65bd53ba4b3e0b0087f3cb
Y
yixiang 已提交
146
  YYDebugDatabase: e684a7f79fca2e3673a23347cefb822f911f3124
Y
yixiang 已提交
147

L
litianhao 已提交
148
PODFILE CHECKSUM: 77940354fa7f70dcc3caa7084c50a8b8efe8e6ce
Y
yixiang 已提交
149

150
COCOAPODS: 1.10.1