[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / 2 / 4 / 3 / LLMFramework / 0.2.2 / LLMFramework.podspec.json
blob033d065aef7ae5800cf50bb30740dad5717bdc8b
2   "name": "LLMFramework",
3   "version": "0.2.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Robert iOS framework.",
9   "description": "私有Pods工程,包含基于ViewController的baseView,可以快速使用tabelview,并且包含了一些基本的工具类.\n添加了一个获取相册相机的封装和选择日期的日历的封装",
10   "homepage": "https://git.oschina.net/robert1217/LLMFramework",
11   "authors": {
12     "Robert": "1015269859@qq.com"
13   },
14   "source": {
15     "git": "https://git.oschina.net/robert1217/LLMFramework.git",
16     "tag": "0.2.2",
17     "submodules": true
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "7.0"
22   },
23   "frameworks": [
24     "UIKit",
25     "Photos",
26     "AVFoundation"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.0"
31     ],
32     "RMUniversalAlert": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Tool",
39       "source_files": "LLMFramework/Tools/*"
40     },
41     {
42       "name": "Categoty",
43       "source_files": "LLMFramework/Categoty/*"
44     },
45     {
46       "name": "BaseView",
47       "source_files": "LLMFramework/LLMBaseView/*"
48     },
49     {
50       "name": "NetWork",
51       "source_files": "LLMFramework/LLMNetWork/*"
52     }
53   ]