blob: 36adac96ea2f1b07c7357d9a2b2c30c254ad5b15 [file] [log] [blame]
{
"name": "SwiftWithSanity",
"version": "0.0.1",
"summary": "A few extensions to help Swift programmers stay sane",
"homepage": "https://github.com/yichizhang/SwiftWithSanity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yichi Zhang": "zhang-yi-chi@hotmail.com"
},
"source": {
"git": "https://github.com/yichizhang/SwiftWithSanity.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*",
"frameworks": [
"Foundation",
"UIKit"
]
}