blob: 3bd9ec35937ceb32252fd3227695e7c153f0b454 [file] [log] [blame]
{
"name": "SWJsonKit",
"version": "0.0.1",
"summary": "Easy to use with NSDictionary and NSArray",
"description": "It's quite cumbersome to use Swift with NSDictionary and NSArray, so I wrote this extension to\nmake things simple.",
"homepage": "https://github.com/dreamolight/SWJsonKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stan Wu": "stan.wu@me.com"
},
"source": {
"git": "https://github.com/dreamolight/SWJsonKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.3"
},
"source_files": "SWJsonKit/Classes/**/*",
"pushed_with_swift_version": "4.0"
}