blob: 223dce053217a42fd359b338f36f7cbc87216cc1 [file] [log] [blame]
{
"name": "JSONDecodeKit",
"version": "4.1.0",
"license": "MIT",
"summary": "A Light weight JSON Mapper",
"homepage": "https://github.com/yume190/JSONDecodeKit",
"authors": {
"yume190": "yume190@gmail.com"
},
"social_media_url": "https://www.facebook.com/yume190",
"source": {
"git": "https://github.com/yume190/JSONDecodeKit.git",
"tag": "4.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources/JSONDecodeKit/*.swift",
"Sources/JSONDecodeKit/JSON/*.swift"
],
"swift_version": "4.1",
"static_framework": true
}