[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 5 / c / NamadaJSON / 1.0.2 / NamadaJSON.podspec.json
blob620a28e6c16ee1030f72792eb58868075a4e613e
2   "name": "NamadaJSON",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NamadaJSON/Classes/**/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"