[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 2 / d / 1 / NNEasyKit / 0.0.1.5 / NNEasyKit.podspec.json
blob12e60713e07dfd32f978a3ac8835e13af312e931
2   "name": "NNEasyKit",
3   "version": "0.0.1.5",
4   "summary": "快速开发OC项目的框架",
5   "description": "一个快速开发OC项目的框架,包括Extension、Network、Components",
6   "homepage": "https://github.com/YiHuaXie/NNEasyKit",
7   "license": "MIT",
8   "authors": {
9     "NeroXie": "xyh30902@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/YiHuaXie/NNEasyKit.git",
16     "tag": "0.0.1.5"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "source_files": "NNEasyKit/NNEasyKit/NNEasyKit.h",
25   "subspecs": [
26     {
27       "name": "NNExtension",
28       "source_files": "NNEasyKit/NNEasyKit/NNExtension/*.{h,m}"
29     },
30     {
31       "name": "NNComponent",
32       "subspecs": [
33         {
34           "name": "NNAlertView",
35           "source_files": "NNEasyKit/NNEasyKit/NNComponent/NNAlertView/*.{h,m}"
36         },
37         {
38           "name": "NNGCDTimer",
39           "source_files": "NNEasyKit/NNEasyKit/NNComponent/NNGCDTimer/*.{h,m}"
40         },
41         {
42           "name": "NNPFSLabel",
43           "source_files": "NNEasyKit/NNEasyKit/NNComponent/NNPFSLabel/*.{h,m}"
44         },
45         {
46           "name": "NNPinYin",
47           "source_files": "NNEasyKit/NNEasyKit/NNComponent/NNPinYin/*.{h,m}",
48           "dependencies": {
49             "NNEasyKit/NNExtension": [
51             ]
52           }
53         }
54       ]
55     }
56   ]