[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 8 / 5 / Alter / 0.1.0 / Alter.podspec.json
blob3f71c1c1040fc34a41321027f759fcf8ae5484ce
2   "name": "Alter",
3   "version": "0.1.0",
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": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "Alter/Classes/**/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"