[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 2 / SJUIFactory / 0.0.16 / SJUIFactory.podspec.json
blob53e9b906174140f82caddda5f52a06d540fdb7d3
2   "name": "SJUIFactory",
3   "version": "0.0.16",
4   "summary": "make view.",
5   "description": "make views.",
6   "homepage": "https://github.com/changsanjiang/SJUIFactory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJUIFactory.git",
19     "tag": "v0.0.16"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Category",
27       "source_files": "Classes/Category/*.{h,m}"
28     }
29   ]