mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
26 lines
569 B
JSON
26 lines
569 B
JSON
{
|
|
"name": "SwiftyJSON",
|
|
"version": "2.3.2",
|
|
"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/SwiftyJSON/SwiftyJSON.git",
|
|
"tag": "2.3.2"
|
|
},
|
|
"source_files": "Source/*.swift"
|
|
}
|