[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 7 / f / ZKCategory / 0.0.2 / ZKCategory.podspec.json
blob993f062937179c89662cd529bf58bb97f985fc0a
2   "name": "ZKCategory",
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   "deprecated": true,
19   "subspecs": [
20     {
21       "name": "Commons",
22       "subspecs": [
23         {
24           "name": "MyUtil",
25           "source_files": "GeneralClass/Commons/MyUtil/*.{h,m}"
26         },
27         {
28           "name": "Singleton",
29           "source_files": "GeneralClass/Commons/Singleton/*.{h,m}"
30         }
31       ]
32     },
33     {
34       "name": "Category",
35       "subspecs": [
36         {
37           "name": "AttributedString+Mutable",
38           "source_files": "GeneralClass/Category/AttributedString+Mutable/*.{h,m}"
39         },
40         {
41           "name": "UIAlert+Block",
42           "source_files": "GeneralClass/Category/UIAlert+Block/*.{h,m}"
43         },
44         {
45           "name": "UIView+Frame",
46           "source_files": "GeneralClass/Category/UIView+Frame/*.{h,m}"
47         }
48       ]
49     }
50   ]