[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / b / 5 / ABSNetwork / 1.0.0 / ABSNetwork.podspec.json
blob940ecda925a8945635d16ef7c92e030da8054c84
2   "name": "ABSNetwork",
3   "version": "1.0.0",
4   "summary": "A network foundation framework based on Alamorefire and ObjectMapper",
5   "license": "MIT",
6   "homepage": "https://github.com/kunwang/absnetwork",
7   "authors": {
8     "abstractwang": "abstractwang@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/kunwang/absnetwork.git",
15     "tag": "1.0.0"
16   },
17   "source_files": [
18     "Sources",
19     "ABSNetwork/**/*.{swift}"
20   ],
21   "resources": [
22     "Resources",
23     "ABSNetwork/**/*.{plist,sqlite3}"
24   ],
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.5.1"
28     ],
29     "ObjectMapper": [
30       "~> 2.2"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"