blob: c059db91ea2f6342e0daad6b5a6247795862409b [file] [log] [blame]
{
"name": "DBSphereTagCloudSwift",
"version": "2.0.1",
"summary": "A 3D spherical tag cloud view of iOS.",
"description": "DBSphereTagCloud is a 3D spherical tag cloud view using UIKit.",
"homepage": "https://github.com/apparition47/DBSphereTagCloudSwift",
"screenshots": "https://user-images.githubusercontent.com/3298414/31832079-9be84c94-b600-11e7-95d7-ccd980253199.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dong Xinbao": "dongxinb@gmail.com",
"Aaron Lee": "aaron@onefatgiraffe.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apparition47/DBSphereTagCloudSwift.git",
"tag": "2.0.1",
"submodules": true
},
"source_files": "**/{Matrix,MatrixConcatenation,MatrixCreation,MatrixMultiplication,MatrixSubscripting,DBSphereView}.swift",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"Accelerate"
],
"requires_arc": true
}