blob: 9d08a1bdd29adc340eabdaf40924cc410e3c1fd7 [file] [log] [blame]
{
"name": "SwiftyJSON",
"version": "4.3.0",
"summary": "SwiftyJSON makes it easy to deal with JSON data in Swift",
"homepage": "https://github.com/SwiftyJSON/SwiftyJSON",
"license": {
"type": "MIT"
},
"authors": {
"lingoer": "lingoerer@gmail.com",
"tangplin": "tangplin@gmail.com"
},
"requires_arc": true,
"swift_version": "5.0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/SwiftyJSON/SwiftyJSON.git",
"tag": "4.3.0"
},
"source_files": "Source/SwiftyJSON/*.swift"
}