[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 1 / 8 / 2 / KCRequestModel / 1.0.0 / KCRequestModel.podspec.json
blobb175b1d24f204c4057d97b447580af1c9fd380e6
2   "name": "KCRequestModel",
3   "summary": "Personal model framework for iOS.",
4   "version": "1.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "koce": "koce.zhao@gmail.com"
11   },
12   "social_media_url": "http://www.jianshu.com/u/083bd990bfe2",
13   "homepage": "https://github.com/koce/KCRequestModel",
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/koce/KCRequestModel.git",
20     "tag": "1.0.0"
21   },
22   "requires_arc": true,
23   "source_files": "KCRequestModel/*.{h,m}",
24   "public_header_files": "KCRequestModel/*.{h}",
25   "frameworks": [
26     "Foundation",
27     "CoreFoundation"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.0"
32     ]
33   }