blob: 416b9e358b867217d7745c85908eb6ecd15cd791 [file] [log] [blame]
{
"name": "FAParser",
"version": "0.1.4",
"summary": "JSON Parsing technique using Key Value Coding.",
"description": "1. You can parse JSON using this technique with minimum lines of code.\n2. You can archive and unarchive a custom object in User Defaults with minimum lines of code.",
"homepage": "https://github.com/fahidattique55/FAParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fahid Attique": "fahidattique55@gmail.com"
},
"source": {
"git": "https://github.com/fahidattique55/FAParser.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FAParser/Classes/**/*",
"pushed_with_swift_version": "3.0"
}