podfile 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. source 'https://gitee.com/lg_zhukai_developer/kzspecs.git'
  3. #Workspace
  4. workspace 'AIEnglishTeachingWS.xcworkspace'
  5. #主工程
  6. project 'AIEnglishTeaching/AIEnglishTeaching.project'
  7. #主工程
  8. target 'AIEnglishTeaching’ do
  9. platform :ios,'11.0'
  10. use_frameworks! # :linkage => :static
  11. project 'AIEnglishTeaching/AIEnglishTeaching.project'
  12. #pod 'LGQuesInterfaceSDK', :path => './LocalPods'
  13. pod 'KZBasalLib'
  14. pod 'KZCognitionLib'
  15. pod 'KZQuesInterfaceLib'
  16. pod 'YJLib', :path => './LocalPods'
  17. pod 'YJTaskMark','2.0.7'
  18. pod 'LGVideoPlayer','1.0.0'
  19. pod 'YJExtensions', '1.2.9'
  20. pod 'YJNetManager', '1.2.1'
  21. pod 'YJViper', '1.0.1'
  22. pod 'LGAlertHUD', '1.1.5'
  23. pod 'YJSearchController', '1.0.6'
  24. pod 'LGTalk', '1.2.4'
  25. pod 'YJResizableSplitView', '1.0.0'
  26. pod 'YJPresentAnimation','1.0.2'
  27. pod 'YJFontAlertView','1.0.5'
  28. pod 'YJImageBrowser','1.0.1'
  29. pod 'YJBaseModule','1.3.1'
  30. pod 'LGBundle','1.0.9'
  31. pod 'YJUtils', '1.1.2'
  32. pod 'YJCoreText', '1.0.2'
  33. pod 'XMLDictionary', '1.4.1'
  34. pod 'MJExtension', '3.2.2'
  35. pod 'SDWebImage', '5.5.2'
  36. pod 'MJRefresh', '3.1.12'
  37. pod 'Masonry', '1.1.0'
  38. pod 'TFHpple', '2.0.0'
  39. pod 'BlocksKit', '2.2.5'
  40. pod 'MBProgressHUD','1.1.0'
  41. pod 'MarqueeLabel', '3.2.0'
  42. pod 'MSWeakTimer', '1.1.0'
  43. pod 'SwipeView', '1.3.2'
  44. pod 'ReactiveObjC'
  45. pod 'LGKKeyboardFit','1.0.1'
  46. pod 'LGAuthentication','1.0.3'
  47. pod 'UINavigation-SXFixSpace', '1.2.4'
  48. pod 'Realm','5.2.0'
  49. pod 'JSONModel', '1.8.0'
  50. pod 'SGUtils', '1.0.0'
  51. pod 'PSGChainedMode', '1.1.5'
  52. pod 'WZLBadge','1.2.6'
  53. pod 'LSSafeProtector','2.1.4'
  54. pod 'ISVImageScrollView', '~> 0.1.2'
  55. pod 'MMLayout', '~> 0.2.0'
  56. pod 'Toast', '~> 4.0.0'
  57. pod 'JCore', '2.1.4-noidfa'
  58. pod 'JPush', '~> 3.2.6'
  59. pod 'LGPsnInfoPush', '~> 1.0.6'
  60. pod 'FMDB', '~> 2.7.5'
  61. pod 'AFNetworking', '3.2.1'
  62. pod 'LGKNote', :path => './LocalPods'
  63. pod 'Bugly','2.6.1'
  64. pod 'Charts',' 3.1.1'
  65. pod 'YJMediaPlayer','1.2.6'
  66. pod 'SVGAPlayer', '2.5.7'
  67. pod 'SAMKeychain', '~> 1.5.3'
  68. pod 'TYAttributedLabel','2.6.6'
  69. pod 'YYModel','1.0.4'
  70. pod 'FreeStreamer', '4.0.0'
  71. pod "objc-zmq", :git => 'https://github.com/jeremy-w/objc-zmq.git'
  72. #新版阅卷swift库
  73. pod 'SwiftyJSON', '~> 4.0'
  74. pod 'Moya'
  75. pod 'SnapKit'
  76. #pod "ESPullToRefresh"
  77. pod 'TextAttributes'
  78. pod 'JXPhotoBrowser', '~> 3.0'
  79. pod "IJKMediaFramework"
  80. pod 'SCTTSVoiceLib', :path => './LocalPods'
  81. end
  82. #主工程
  83. target 'AITeachingExamHV’ do
  84. platform :ios,'11.0'
  85. use_frameworks! # :linkage => :static
  86. project 'AIEnglishTeaching/AIEnglishTeaching.project'
  87. #pod 'LGQuesInterfaceSDK', :path => './LocalPods'
  88. pod 'KZBasalLib'
  89. pod 'KZCognitionLib'
  90. pod 'KZQuesInterfaceLib'
  91. pod 'YJLib', :path => './LocalPods'
  92. pod 'YJTaskMark','2.0.7'
  93. pod 'LGVideoPlayer','1.0.0'
  94. pod 'YJExtensions', '1.2.9'
  95. pod 'YJNetManager', '1.2.1'
  96. pod 'YJViper', '1.0.1'
  97. pod 'LGAlertHUD', '1.1.5'
  98. pod 'YJSearchController', '1.0.6'
  99. pod 'LGTalk', '1.2.4'
  100. pod 'YJResizableSplitView', '1.0.0'
  101. pod 'YJPresentAnimation','1.0.2'
  102. pod 'YJFontAlertView','1.0.5'
  103. pod 'YJImageBrowser','1.0.1'
  104. pod 'YJBaseModule','1.3.1'
  105. pod 'LGBundle','1.0.9'
  106. pod 'YJUtils', '1.1.2'
  107. pod 'YJCoreText', '1.0.2'
  108. pod 'XMLDictionary', '1.4.1'
  109. pod 'MJExtension', '3.2.2'
  110. pod 'SDWebImage', '5.5.2'
  111. pod 'MJRefresh', '3.1.12'
  112. pod 'Masonry', '1.1.0'
  113. pod 'TFHpple', '2.0.0'
  114. pod 'BlocksKit', '2.2.5'
  115. pod 'MBProgressHUD','1.1.0'
  116. pod 'MarqueeLabel', '3.2.0'
  117. pod 'MSWeakTimer', '1.1.0'
  118. pod 'SwipeView', '1.3.2'
  119. pod 'ReactiveObjC'
  120. pod 'LGKKeyboardFit','1.0.1'
  121. pod 'LGAuthentication','1.0.3'
  122. pod 'UINavigation-SXFixSpace', '1.2.4'
  123. pod 'Realm','5.2.0'
  124. pod 'JSONModel', '1.8.0'
  125. pod 'SGUtils', '1.0.0'
  126. pod 'PSGChainedMode', '1.1.5'
  127. pod 'WZLBadge','1.2.6'
  128. pod 'LSSafeProtector','2.1.4'
  129. pod 'ISVImageScrollView', '~> 0.1.2'
  130. pod 'MMLayout', '~> 0.2.0'
  131. pod 'Toast', '~> 4.0.0'
  132. pod 'JCore', '2.1.4-noidfa'
  133. pod 'JPush', '~> 3.2.6'
  134. pod 'LGPsnInfoPush', '~> 1.0.6'
  135. pod 'FMDB', '~> 2.7.5'
  136. pod 'AFNetworking', '3.2.1'
  137. pod 'LGKNote', :path => './LocalPods'
  138. pod 'Bugly','2.6.1'
  139. pod 'Charts',' 3.1.1'
  140. pod 'YJMediaPlayer','1.2.6'
  141. pod 'SVGAPlayer', '2.5.7'
  142. pod 'SAMKeychain', '~> 1.5.3'
  143. pod 'TYAttributedLabel','2.6.6'
  144. pod 'YYModel','1.0.4'
  145. pod 'FreeStreamer', '4.0.0'
  146. pod "objc-zmq", :git => 'https://github.com/jeremy-w/objc-zmq.git'
  147. #新版阅卷swift库
  148. pod 'SwiftyJSON', '~> 4.0'
  149. pod 'Moya'
  150. pod 'SnapKit'
  151. #pod "ESPullToRefresh"
  152. pod 'TextAttributes'
  153. pod 'JXPhotoBrowser', '~> 3.0'
  154. pod "IJKMediaFramework"
  155. pod 'SCTTSVoiceLib', :path => './LocalPods'
  156. end
  157. #子工程Framework
  158. target 'LGExamCoachingFramework’ do
  159. platform :ios,'11.0'
  160. use_frameworks!
  161. project 'LGExamCoachingFramework/LGExamCoachingFramework.project'
  162. #pod 'LGQuesInterfaceSDK', :path => './LocalPods'
  163. pod 'LGKNote', :path => './LocalPods'
  164. pod 'LGKKeyboardFit','1.0.1'
  165. pod 'LGAuthentication','1.0.3'
  166. pod 'AFNetworking', '3.2.1'
  167. pod 'Masonry','1.1.0'
  168. pod 'MJRefresh', '3.1.12'
  169. pod 'MBProgressHUD','1.1.0'
  170. pod 'YYModel','1.0.4'
  171. pod "SDWebImage", '5.5.2'
  172. pod 'TYAttributedLabel','2.6.6'
  173. pod 'XMLDictionary', '1.4.1'
  174. pod 'FreeStreamer', '4.0.0'
  175. pod 'KZBasalLib'
  176. pod 'KZCognitionLib'
  177. pod 'KZQuesInterfaceLib'
  178. pod 'SCTTSVoiceLib', :path => './LocalPods'
  179. end
  180. #子工程Framework
  181. target 'LGTeachingPlanFramework’ do
  182. platform :ios,'11.0'
  183. use_frameworks!
  184. project 'LGTeachingPlanFramework/LGTeachingPlanFramework.project'
  185. #pod 'LGQuesInterfaceSDK', :path => './LocalPods'
  186. pod 'YJLib', :path => './LocalPods'
  187. pod 'LGVideoPlayer','1.0.0'
  188. pod 'LGAuthentication','1.0.3'
  189. pod 'YJExtensions', '1.2.9'
  190. pod 'YJNetManager', '1.2.1'
  191. pod 'YJViper', '1.0.1'
  192. pod 'LGAlertHUD', '1.1.5'
  193. pod 'YJPresentAnimation','1.0.2'
  194. pod 'YJFontAlertView','1.0.5'
  195. pod 'YJImageBrowser','1.0.1'
  196. pod 'YJBaseModule','1.3.1'
  197. pod 'LGBundle','1.0.9'
  198. pod 'YJUtils', '1.1.2'
  199. pod 'YJCoreText', '1.0.2'
  200. pod 'XMLDictionary', '1.4.1'
  201. pod 'MJExtension', '3.2.2'
  202. pod 'SDWebImage', '5.5.2'
  203. pod 'MJRefresh', '3.1.12'
  204. pod 'Masonry', '1.1.0'
  205. pod 'TFHpple', '2.0.0'
  206. pod 'BlocksKit', '2.2.5'
  207. pod 'MarqueeLabel', '3.2.0'
  208. pod 'MSWeakTimer', '1.1.0'
  209. pod 'UINavigation-SXFixSpace', '1.2.4'
  210. pod 'KZQuesInterfaceLib'
  211. pod 'YJResizableSplitView', '1.0.0'
  212. pod 'YJTaskMark','2.0.7'
  213. pod 'LGKNote', :path => './LocalPods'
  214. end
  215. #子工程Framework
  216. target 'LGMultimediaFramework’ do
  217. platform :ios,'11.0'
  218. use_frameworks!
  219. project 'LGMultimediaFramework/LGMultimediaFramework.project'
  220. #pod 'LGQuesInterfaceSDK', :path => './LocalPods'
  221. pod 'YJLib', :path => './LocalPods'
  222. pod 'LGVideoPlayer','1.0.0'
  223. pod 'LGBundle','1.0.9'
  224. pod 'LGAuthentication','1.0.3'
  225. pod 'YJNetManager', '1.2.1'
  226. pod 'YJViper', '1.0.1'
  227. pod 'LGAlertHUD', '1.1.5'
  228. pod 'YJResizableSplitView', '1.0.0'
  229. pod 'YJPresentAnimation','1.0.2'
  230. pod 'YJFontAlertView','1.0.5'
  231. pod 'YJUtils', '1.1.2'
  232. pod 'LGKNote', :path => './LocalPods'
  233. pod 'MJExtension', '3.2.2'
  234. pod 'MJRefresh', '3.1.12'
  235. pod 'MarqueeLabel', '3.2.0'
  236. pod 'MJRefresh', '3.1.12'
  237. pod 'SDWebImage', '5.5.2'
  238. pod 'TFHpple', '2.0.0'
  239. pod 'MSWeakTimer', '1.1.0'
  240. pod 'XMLDictionary', '1.4.1'
  241. pod 'BlocksKit', '2.2.5'
  242. pod 'SwipeView', '1.3.2'
  243. pod 'Masonry', '1.1.0'
  244. pod 'KZQuesInterfaceLib'
  245. pod 'YJTaskMark','2.0.7'
  246. end
  247. #子工程Framework
  248. target 'LGKnowledgeFramework’ do
  249. platform :ios,'11.0'
  250. use_frameworks!
  251. project 'LGKnowledgeFramework/LGKnowledgeFramework.project'
  252. pod 'LGKKeyboardFit','1.0.1'
  253. pod 'LGVideoPlayer','1.0.0'
  254. pod 'YJTaskMark','2.0.7'
  255. pod 'YJExtensions', '1.2.9'
  256. pod 'YJBaseModule','1.3.1'
  257. pod 'LGAlertHUD', '1.1.5'
  258. pod 'YJNetManager', '1.2.1'
  259. pod 'YJPresentAnimation','1.0.2'
  260. pod 'YJUtils', '1.1.2'
  261. pod 'YJImageBrowser','1.0.1'
  262. pod 'MJExtension', '3.2.2'
  263. pod 'Masonry', '1.1.0'
  264. pod 'YJCoreText', '1.0.2'
  265. pod 'BlocksKit', '2.2.5'
  266. pod 'MarqueeLabel','3.2.0'
  267. end
  268. #子工程Framework
  269. target 'LGSpecialTrainingFramework’ do
  270. platform :ios,'11.0'
  271. use_frameworks!
  272. project 'LGSpecialTrainingFramework/LGSpecialTrainingFramework.project'
  273. #pod 'LGQuesInterfaceSDK', :path => './LocalPods'
  274. pod 'YJLib', :path => './LocalPods'
  275. pod 'LGAuthentication','1.0.3'
  276. pod 'YJNetManager', '1.2.1'
  277. pod 'Masonry','1.1.0'
  278. pod 'JSONModel','1.8.0'
  279. pod 'SDWebImage', '5.5.2'
  280. pod 'MJExtension', '3.2.2'
  281. pod 'ReactiveObjC'
  282. pod 'MJRefresh','3.1.12'
  283. pod 'XMLDictionary', '1.4.1'
  284. pod 'MBProgressHUD', '1.1.0'
  285. pod 'MarqueeLabel','3.2.0'
  286. pod 'Realm','5.2.0'
  287. pod 'YJResizableSplitView', '1.0.0'
  288. pod 'YJPresentAnimation','1.0.2'
  289. pod 'YJExtensions', '1.2.9'
  290. pod 'LGAlertHUD', '1.1.5'
  291. pod 'YJUtils', '1.1.2'
  292. pod 'YJImageBrowser','1.0.1'
  293. pod 'LGBundle', '1.0.9'
  294. pod 'SGUtils', '1.0.0'
  295. pod 'KZQuesInterfaceLib'
  296. pod 'YJTaskMark','2.0.7'
  297. pod 'MSWeakTimer', '1.1.0'
  298. end
  299. target 'LGIntellectExamFramework’ do
  300. platform :ios,'11.0'
  301. use_frameworks!
  302. project 'LGIntellectExamFramework/LGIntellectExamFramework.project'
  303. #pod 'LGQuesInterfaceSDK', :path => './LocalPods'
  304. pod 'LGAuthentication','1.0.3'
  305. pod 'Masonry', '~> 1.1.0'
  306. pod 'AFNetworking', '~> 3.2.1'
  307. pod 'ReactiveObjC'
  308. pod 'MJExtension', '3.2.2'
  309. pod 'SDWebImage', '5.5.2'
  310. pod 'MJExtension', '3.2.2'
  311. pod 'MBProgressHUD','1.1.0'
  312. pod 'MarqueeLabel', '3.2.0'
  313. pod 'MSWeakTimer', '1.1.0'
  314. pod 'FMDB', '~> 2.7.5'
  315. pod "objc-zmq", :git => 'https://github.com/jeremy-w/objc-zmq.git'
  316. pod 'YJTaskMark','2.0.7'
  317. #新版阅卷swift库
  318. pod 'SwiftyJSON', '~> 4.0'
  319. pod 'Moya'
  320. pod 'SnapKit'
  321. #pod "ESPullToRefresh"
  322. pod 'TextAttributes'
  323. pod 'JXPhotoBrowser', '~> 3.0'
  324. pod "IJKMediaFramework"
  325. pod 'KZQuesInterfaceLib'
  326. pod 'MJRefresh', '3.1.12'
  327. end
  328. post_install do |installer|
  329. installer.pods_project.build_configurations.each do |config|
  330. config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
  331. end
  332. end