[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / JACategory / 0.0.9.1 / JACategory.podspec.json
blob84079da5dcff899497dbf6ad4ed830e03252ceab
2   "name": "JACategory",
3   "version": "0.0.9.1",
4   "summary": "Category",
5   "description": "Daily collection of some categories",
6   "homepage": "https://github.com/ishepherdMiner/JACategory",
7   "license": "MIT",
8   "authors": {
9     "Jason": "iJason92@yahoo.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "frameworks": [
15     "UIKit",
16     "Foundation"
17   ],
18   "source": {
19     "git": "https://github.com/ishepherdMiner/JACategory.git",
20     "tag": "0.0.9.1"
21   },
22   "source_files": "JACategory/JACategory.h",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Foundation",
27       "source_files": "JACategory/NS*.{h,m}"
28     },
29     {
30       "name": "UIKit",
31       "dependencies": {
32         "JACategory/Foundation": [
34         ]
35       },
36       "source_files": "JACategory/UI*.{h,m}"
37     }
38   ]