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