[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / c / NamadaJSON / 1.0.1 / NamadaJSON.podspec.json
blob0807f5550a238467bf236433b340622cca57eddf
2   "name": "NamadaJSON",
3   "version": "1.0.1",
4   "summary": "NamadaJSON is a framework to make converting JSON to Swift Object (class or struct) or vice versa easier.",
5   "description": "NamadaJSON is a framework to make converting JSON to Swift Object (class or struct) or vice versa easier.\n\nWith NamadaJSON, you don't require to make the object to implement mapping function or inherit NSObject.\n\nNamadaJSON is using propertyWrapper and reflection to achive two way mapping.",
6   "homepage": "https://github.com/nayanda1/NamadaJSON",
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/NamadaJSON.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NamadaJSON/Classes/**/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"