[Add] NHValidationKit 1.0.1
[CocoaPods.git] / Specs / 4 / b / d / JLFramework / 0.1.1 / JLFramework.podspec.json
blob16256cab5e9e467095b93aafcad4f4bfd9bc54f4
2   "name": "JLFramework",
3   "version": "0.1.1",
4   "summary": "JLFramwork is a set of coding tools and coding style.",
5   "homepage": "https://github.com/JasonRSTX/JLFramework",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "JasonRSTX": "rstx_reg@aliyun.com"
12   },
13   "source": {
14     "git": "https://github.com/JasonRSTX/JLFramework.git",
15     "tag": "0.1.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JLFramework/Classes/JLFramework.h",
22   "public_header_files": "JLFramework/Classes/JLFramework.h",
23   "subspecs": [
24     {
25       "name": "Category",
26       "subspecs": [
27         {
28           "name": "Hook",
29           "source_files": "JLFramework/Classes/Category/Hook/*.*",
30           "public_header_files": "JLFramework/Classes/Category/Hook/*.h",
31           "dependencies": {
32             "JRSwizzle": [
33               "~> 1.0.0"
34             ]
35           }
36         },
37         {
38           "name": "SafeAccess",
39           "source_files": "JLFramework/Classes/Category/SafeAccess/*.*",
40           "public_header_files": "JLFramework/Classes/Category/SafeAccess/*.h"
41         },
42         {
43           "name": "Tools",
44           "source_files": "JLFramework/Classes/Category/Tools/*.*",
45           "public_header_files": "JLFramework/Classes/Category/Tools/*.h",
46           "dependencies": {
47             "JRSwizzle": [
48               "~> 1.0.0"
49             ]
50           }
51         }
52       ]
53     },
54     {
55       "name": "CoreData",
56       "source_files": "JLFramework/Classes/CoreData/*.*",
57       "public_header_files": "JLFramework/Classes/CoreData/*.h",
58       "dependencies": {
59         "JRSwizzle": [
60           "~> 1.0.0"
61         ]
62       }
63     },
64     {
65       "name": "JSONKit",
66       "source_files": "JLFramework/Classes/JSONKit/*.*",
67       "public_header_files": "JLFramework/Classes/JSONKit/*.h"
68     }
69   ]