[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 8 / LAFramework / 0.1.2 / LAFramework.podspec.json
blob278c3a53b96f81b021a90e5d01617b8f7c420528
2   "name": "LAFramework",
3   "version": "0.1.2",
4   "summary": "iOS Base Framework.",
5   "description": "This is a base framwork that constans Networking,Monitor,Cache,Mediator...",
6   "homepage": "https://github.com/huhk345/LAFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LakeR": "njlaker@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/huhk345/LAFramework.git",
16     "tag": "0.1.2"
17   },
18   "prefix_header_file": "LAFramework/Classes/LAPrefix.pch",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "LAFramework/Classes/**/*",
23   "exclude_files": "LAFramework/Classes/LAPrefix.pch",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.1.0"
27     ],
28     "ReactiveObjC": [
29       "~> 1.0.1"
30     ],
31     "CocoaLumberjack": [
32       "~>2.3.0"
33     ]
34   },
35   "preserve_paths": "LAFramework/runscript.rb",
36   "subspecs": [
37     {
38       "name": "LADataCategory",
39       "source_files": "LADataCategory/Classes/**/*",
40       "libraries": "z"
41     },
42     {
43       "name": "LAJsonKit",
44       "source_files": "LAJsonKit/Classes/**/*",
45       "public_header_files": "LAJsonKit/Classes/**/*.h",
46       "preserve_paths": "LAJsonKit/Scripts/**/*"
47     },
48     {
49       "name": "LAMediator",
50       "source_files": "LAMediator/Classes/**/*"
51     },
52     {
53       "name": "LACache",
54       "source_files": "LACache/Classes/**/*",
55       "dependencies": {
56         "LAFramework/LADataCategory": [
58         ]
59       }
60     },
61     {
62       "name": "LAWebViewBridge",
63       "source_files": "LAWebViewBridge/Classes/**/*",
64       "dependencies": {
65         "LAFramework/LACache": [
67         ]
68       }
69     },
70     {
71       "name": "LASystemInfo",
72       "source_files": "LASystemInfo/Classes/**/*"
73     },
74     {
75       "name": "LANetworking",
76       "source_files": "LANetworking/Classes/**/*",
77       "preserve_paths": "LANetworking/Scripts/**/*",
78       "dependencies": {
79         "LAFramework/LADataCategory": [
81         ],
82         "LAFramework/LACache": [
84         ],
85         "LAFramework/LAJsonKit": [
87         ]
88       }
89     }
90   ]