[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / a / 8 / SimLib / 1.0.0.4 / SimLib.podspec.json
blob469484fe39ff44b88711168d0b2ff85f559166f9
2   "name": "SimLib",
3   "version": "1.0.0.4",
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.4",
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           "name": "FSViewFlowLayout",
59           "source_files": "SimLib/SimKit/FSViewFlowLayout/*.{h,m}",
60           "public_header_files": "SimLib/SimKit/FSViewFlowLayout/*.h",
61           "frameworks": [
62             "Foundation",
63             "UIKit"
64           ]
65         }
66       ]
67     }
68   ]