blob: fa97a2b46dbd391b4a05322877ae3d3e5ecf5a49 [file] [log] [blame]
{
"name": "Berry",
"version": "1.0.0",
"license": "MIT",
"summary": "😊 Berry is an drop down menu written by Swift 4.2.",
"homepage": "https://github.com/shiwei93/Berry",
"authors": {
"shiwei93": "stayfocusjs@gmail.com"
},
"source": {
"git": "https://github.com/shiwei93/Berry.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"swift_version": "4.2",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Berry/Core/Classes/**/*.swift",
"Berry/Configuration/Classes/**/*.swift"
]
}
]
}