[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / b / 1 / AFCommon / 2.0.3 / AFCommon.podspec.json
blob054ded5c80e8875882b118a85976df1930dc635f
2   "name": "AFCommon",
3   "version": "2.0.3",
4   "summary": "AFCommon is a tools for convenient to fast development.",
5   "description": "                   AFCommon is a tools for convenient to fast development.\n                   There are a lot of the category of method.\n",
6   "homepage": "http://blog.afantree.com/github/afcommon",
7   "license": "MIT",
8   "authors": {
9     "阿凡树": "729397005@qq.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/afantree/AFCommon.git",
16     "tag": "2.0.3"
17   },
18   "source_files": "AFCommon/Classes/*",
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "CoreGraphics",
23     "QuartzCore"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "AFExtension",
29       "source_files": "AFCommon/Classes/AFExtension/*.{h,m}"
30     }
31   ]