[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 4 / f / AGXCategory / 0.1.0 / AGXCategory.podspec.json
blob90b337fadf15a0006b3fc025acdda487705b2247
2   "name": "AGXCategory",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AGXCategory/Classes/**/*",
22   "public_header_files": "AGXCategory/Classes/*.h",
23   "subspecs": [
24     {
25       "name": "NSString",
26       "source_files": "AGXCategory/Classes/NSString/*.{h,m}"
27     },
28     {
29       "name": "NSDate",
30       "source_files": "AGXCategory/Classes/NSDate/*.{h,m}"
31     }
32   ]