blob: f0de84df895fbc58d288db1e08791f2e895e2248 [file] [log] [blame]
{
"name": "Arsenal",
"version": "1.0.0",
"summary": "A library that can be used for hackathon",
"description": "A Library that can be used in hackathon to create views",
"homepage": "https://github.com/aoiserizawa/Arsenal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alvin Joseph Valdez": "alvinjosephvaldez@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/aoiserizawa/Arsenal.git",
"tag": "1.0.0"
},
"source_files": "Arsenal/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"Alacrity": [
]
},
"swift_version": "4.0"
}