blob: 0aff379a2ffe6453a57a77ff22624f91d3d2a7e3 [file] [log] [blame]
{
"name": "SwiftyJSON3",
"version": "3.0.0-beta.1",
"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,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/MLSDev/SwiftyJSON.git",
"tag": "3.0.0-beta.1"
},
"source_files": "Source/*.swift",
"deprecated": true
}