blob: 37a73deed10613df1b77910d676df376b4ffccd6 [file] [log] [blame]
{
"name": "Pontus",
"version": "0.0.1",
"summary": "My own iOS development kit, written by Swift.",
"homepage": "https://github.com/zhangzichen/Pontus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangzichen": "1015947235@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangzichen/Pontus.git",
"tag": "0.0.1"
},
"source_files": "Pontus/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}