[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 1 / f / JUtilities / 1.0 / JUtilities.podspec.json
blob20376aa32b725aeff9b99af69874d1bdd8292c51
2   "name": "JUtilities",
3   "version": "1.0",
4   "summary": "iOS Utilities",
5   "description": "iOS Utilities for Develepment.",
6   "homepage": "https://github.com/wishWinds/JUtilities.git",
7   "license": "MIT",
8   "authors": {
9     "shupeng": "john.hi.gm@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/wishWinds/JUtilities.git",
16     "tag": "1.0"
17   },
18   "source_files": "JUtilities/JUtilities.h",
19   "public_header_files": "JUtilities/JUtilities.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Runtime",
24       "source_files": "JUtilities/Runtime/**/*.{h,m}",
25       "public_header_files": "JUtilities/Runtime/**/*.h"
26     },
27     {
28       "name": "Foundation",
29       "source_files": "JUtilities/Foundation/**/*.{h,m}",
30       "public_header_files": "JUtilities/Foundation/**/*.h"
31     },
32     {
33       "name": "UIKit",
34       "source_files": "JUtilities/UIKit/**/*.{h,m}",
35       "public_header_files": "JUtilities/UIKit/**/*.h",
36       "subspecs": [
37         {
38           "name": "UIResponderRouter",
39           "source_files": "JUtilities/UIKit/UIResponderRouter/*.{h,m}",
40           "public_header_files": "JUtilities/UIKit/UIResponderRouter/*.h"
41         }
42       ]
43     }
44   ]