blob: 5567c400f9d5ec805828cf77e67d279a517ddef0 [file] [log] [blame]
{
"name": "AbstractView",
"version": "0.0.2",
"license": "MIT",
"summary": "The AbstractView is a simple view that can be used as a simple background view using abstract shapes and a visual effect",
"homepage": "https://github.com/nuudles/AbstractView",
"authors": {
"Christopher Luu": "nuudles@gmail.com"
},
"source": {
"git": "https://github.com/nuudles/AbstractView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": [
"AbstractView/*.swift",
"AbstractView/Shapes/*.swift"
],
"requires_arc": true
}