blob: ee61263c656deb1e8803b9c532d9a5e606c6fa23 [file] [log] [blame]
{
"name": "SwiftyJSON",
"version": "2.2.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,
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"source": {
"git": "https://github.com/SwiftyJSON/SwiftyJSON.git",
"tag": "2.2.0"
},
"source_files": "Source/*.swift"
}