[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 0 / c / JSONMapper / 0.3 / JSONMapper.podspec.json
blob2aad0e1e6f4284cb0d0eeb2b25887196af26aada
2   "name": "JSONMapper",
3   "version": "0.3",
4   "summary": "JSONMapper is a simple way deal with json data in swift.",
5   "description": "JSONMapper is a simple way deal with json data in swift. It requires Xcode 7 beta 6 or newer.",
6   "homepage": "https://github.com/robertpalmer/JSONMapper",
7   "license": "MIT",
8   "authors": {
9     "Robert Palmer": "mail@robertpalmer.de"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/robertpalmer/JSONMapper.git",
16     "tag": "0.3"
17   },
18   "source_files": [
19     "JSONMapper",
20     "JSONMapper/**/*.{h,m}"
21   ],
22   "exclude_files": "JSONMapperTests"