[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / e / 8 / YunKits / 0.0.7 / YunKits.podspec.json
blob9f2c0fc2316f8f532f570c99c542a27afa6ab4b4
2   "name": "YunKits",
3   "version": "0.0.7",
4   "summary": "yun,s kits for iOS.",
5   "description": "yun的iOS开发的kits,objective-c版本",
6   "homepage": "https://github.com/yunWJR/YunKits",
7   "license": "MIT",
8   "authors": {
9     "yun": "wangshifu7878@sina.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/yunWJR/YunKits.git",
16     "tag": "0.0.7"
17   },
18   "source_files": [
19     "YunKits/YunKits.h",
20     "YunKits/Base/*.{h,m}",
21     "YunKits/Categories/**/*.{h,m}",
22     "YunKits/Categories/**/**/*.{h,m}",
23     "YunKits/Factory/*.{h,m}",
24     "YunKits/Macro/*.{h,m}",
25     "YunKits/Tools/*.{h,m}"
26   ],
27   "frameworks": "UIKit",
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.0"
32     ],
33     "Masonry": [
35     ],
36     "SDWebImage": [
38     ]
39   }