blob: 2aad0e1e6f4284cb0d0eeb2b25887196af26aada [file] [log] [blame]
{
"name": "JSONMapper",
"version": "0.3",
"summary": "JSONMapper is a simple way deal with json data in swift.",
"description": "JSONMapper is a simple way deal with json data in swift. It requires Xcode 7 beta 6 or newer.",
"homepage": "https://github.com/robertpalmer/JSONMapper",
"license": "MIT",
"authors": {
"Robert Palmer": "mail@robertpalmer.de"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/robertpalmer/JSONMapper.git",
"tag": "0.3"
},
"source_files": [
"JSONMapper",
"JSONMapper/**/*.{h,m}"
],
"exclude_files": "JSONMapperTests"
}