[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / a / 8 / SimLib / 1.0.0.3 / SimLib.podspec.json
blob39d86a3243508bfcc976d83b64fbb69fc8cb654b
2   "name": "SimLib",
3   "version": "1.0.0.3",
4   "summary": "iOS Kit",
5   "description": "iOS common kit",
6   "homepage": "https://github.com/goham/SimLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SimGao": "goham@126.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/goham/SimLib.git",
19     "tag": "1.0.0.3",
20     "submodules": true
21   },
22   "source_files": "SimLib/SimLib.h",
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "SimLib/SimLib.h",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Category",
33       "source_files": "SimLib/Category/**/*.{h,m}",
34       "public_header_files": "SimLib/Category/**/*.h",
35       "frameworks": [
36         "Foundation",
37         "UIKit"
38       ]
39     },
40     {
41       "name": "Macro",
42       "source_files": "SimLib/Macro/*.{h,m}",
43       "public_header_files": "SimLib/Macro/*.h"
44     },
45     {
46       "name": "SimKit",
47       "subspecs": [
48         {
49           "name": "FSImgView",
50           "source_files": "SimLib/SimKit/FSImgView/*.{h,m}",
51           "public_header_files": "SimLib/SimKit/FSImgView/*.h",
52           "frameworks": [
53             "Foundation",
54             "UIKit"
55           ]
56         }
57       ]
58     }
59   ]