[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 2 / SJUIFactory / 0.0.3 / SJUIFactory.podspec.json
blob21800f95c59c5f27b0c4b0c38ae143081f4b4f85
2   "name": "SJUIFactory",
3   "version": "0.0.3",
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.3"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "SJAttributesFactory": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Category",
32       "source_files": "Classes/Category/*.{h,m}"
33     }
34   ]