blob: 5bd7e58e50c50cf179721bcb7e50e6755367056f [file] [log] [blame]
{
"name": "SwiftyJSONAPI",
"version": "0.0.1",
"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.1"
},
"source_files": [
"Classes",
"SwiftyJSONAPI/*.{h,m,swift}"
],
"frameworks": "Foundation",
"requires_arc": true
}