[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 4 / ZKGeneral / 0.0.2 / ZKGeneral.podspec.json
blobb5a95259e3414f820b3fdabd165d32c414c9bdce
2   "name": "ZKGeneral",
3   "version": "0.0.2",
4   "summary": "Category,MSC,ZK",
5   "description": "ios common/genetal category",
6   "homepage": "https://github.com/Francis-MSC/ZKGeneralClass",
7   "license": "MIT",
8   "authors": {
9     "msc": "zk_msc@163.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/Francis-MSC/ZKGeneralClass.git",
16     "tag": "0.0.2"
17   },
18   "subspecs": [
19     {
20       "name": "Commons",
21       "subspecs": [
22         {
23           "name": "MyUtil",
24           "source_files": "GeneralClass/Commons/MyUtil/*.{h,m}"
25         },
26         {
27           "name": "Singleton",
28           "source_files": "GeneralClass/Commons/Singleton/*.{h,m}"
29         }
30       ]
31     },
32     {
33       "name": "Category",
34       "subspecs": [
35         {
36           "name": "AttributedString+Mutable",
37           "source_files": "GeneralClass/Category/AttributedString+Mutable/*.{h,m}"
38         },
39         {
40           "name": "UIAlert+Block",
41           "source_files": "GeneralClass/Category/UIAlert+Block/*.{h,m}"
42         },
43         {
44           "name": "UIView+Frame",
45           "source_files": "GeneralClass/Category/UIView+Frame/*.{h,m}"
46         }
47       ]
48     }
49   ]