[Add] TensorFlowLiteSwift 0.0.1-nightly.20250112
[CocoaPods.git] / Specs / 8 / 4 / f / AGXCategory / 0.1.1 / AGXCategory.podspec.json
blobf6a13335524b10268669a139f52b8f6be23a87ac
2   "name": "AGXCategory",
3   "version": "0.1.1",
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.1"
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   ],
27   "frameworks": "UIKit",
28   "subspecs": [
29     {
30       "name": "NSString",
31       "source_files": "AGXCategory/Classes/NSString/*.{h,m}"
32     },
33     {
34       "name": "NSDate",
35       "source_files": "AGXCategory/Classes/NSDate/*.{h,m}"
36     }
37   ]