blob: de1da251df1c5b350546ad1a6a2d9091b887fd48 [file] [log] [blame]
{
"name": "SwiftyTable",
"version": "1.1",
"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.1"
},
"source_files": "SwiftyTable/**/*.swift",
"requires_arc": true
}