blob: 15c45830c8edacd71bebce684f7b3c6790bc9114 [file] [log] [blame]
{
"name": "SwiftyJSONAPI",
"version": "0.0.12",
"summary": "JSONAPI document representation and serializing in Swift.",
"homepage": "https://github.com/thomassnielsen/SwiftyJSONAPI",
"license": "MIT",
"authors": {
"thomassnielsen": "me@thomassnielsen.com"
},
"social_media_url": "http://twitter.com/thomassnielsen",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/thomassnielsen/SwiftyJSONAPI.git",
"tag": "0.0.12"
},
"source_files": "SwiftyJSONAPI/*.swift",
"frameworks": "Foundation",
"requires_arc": true
}