[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 9 / 0 / XKBaseController / 1.0.7 / XKBaseController.podspec.json
blob9c7a531fcb2974d51ddce39d933ed16af4362921
2   "name": "XKBaseController",
3   "version": "1.0.7",
4   "summary": "OC常用基类",
5   "description": "Object-C中,基类常用配置",
6   "homepage": "https://github.com/kunhum/XKBaseController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kunhum": "842222367@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/kunhum/XKBaseController.git",
16     "tag": "1.0.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XKBaseController/Classes/XKBaseController/*.{h,m}",
22   "dependencies": {
23     "XKCategory": [
25     ]
26   }