[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 8 / 4 / f / AGXCategory / 0.1.2 / AGXCategory.podspec.json
blob913f12e74ad5cf922d297943cbbb536f6bcea04e
2   "name": "AGXCategory",
3   "version": "0.1.2",
4   "summary": "所用一些分类",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/wq95230/AGXCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liujf": "952303557@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wq95230/AGXCategory.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AGXCategory/Classes/AGCategory.h",
22   "public_header_files": "AGXCategory/Classes/AGCategory.h",
23   "default_subspecs": [
24     "NSString",
25     "NSDate",
26     "UIButtom",
27     "UIView",
28     "UITextView"
29   ],
30   "frameworks": "UIKit",
31   "subspecs": [
32     {
33       "name": "NSString",
34       "source_files": "AGXCategory/Classes/NSString/*.{h,m}"
35     },
36     {
37       "name": "NSDate",
38       "source_files": "AGXCategory/Classes/NSDate/*.{h,m}"
39     },
40     {
41       "name": "UIButtom",
42       "source_files": "AGXCategory/Classes/UIButtom/*.{h,m}"
43     },
44     {
45       "name": "UIView",
46       "source_files": "AGXCategory/Classes/UIView/*.{h,m}"
47     },
48     {
49       "name": "UITextView",
50       "source_files": "AGXCategory/Classes/UITextView/*.{h,m}"
51     }
52   ]