[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / 5 / Alter / 1.2.5 / Alter.podspec.json
blob795ddc120e420db63f5aacbd44a64ce4999a6e0c
2   "name": "Alter",
3   "version": "1.2.5",
4   "summary": "Alter is framework to make mapping Codable property and key easier",
5   "description": "Alter is framework to make mapping Codable property and key easier.\nWith Alter, you don't need to create CodingKey to manually mapping.\nAlter using propertyWrapper and reflection to achive manual mapping.",
6   "homepage": "https://github.com/nayanda1/Alter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nayanda": "nayanda1@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/nayanda1/Alter.git",
16     "tag": "1.2.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Alter/Classes/**/*",
22   "swift_versions": "5.1",
23   "swift_version": "5.1"