[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 0 / 3 / SimpleRequest / 0.1.0 / SimpleRequest.podspec.json
blobcf94e4dae5b85d0b69480d7a7241412a4a93df25
2   "name": "SimpleRequest",
3   "version": "0.1.0",
4   "summary": "simple request for Alamofire",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/jwk1014/SimpleRequest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jwk1014": "fgfg4514@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/jwk1014/SimpleRequest.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.3.1"
20   },
21   "swift_version": "4.0",
22   "source_files": "Source/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.1"
26     ]
27   }