blob: 8f432bd414cd8ac64e4080e0d471b71077780794 [file] [log] [blame]
{
"name": "SwiftyTable",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Pure-Swift library for statically typed table components.",
"homepage": "https://github.com/jrsaruo/SwiftyTable",
"authors": {
"Yusaku Nishi": "jrsaruo@gmail.com"
},
"social_media_url": "http://twitter.com/jrsaruo",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/jrsaruo/SwiftyTable.git",
"tag": "v1.0.0"
},
"source_files": "SwiftyTable/**/*.swift",
"requires_arc": true
}