blob: 089293d8ae485f5acc6541c80701372d48a7eaa1 [file] [log] [blame]
{
"name": "Steroid",
"version": "0.1.0",
"authors": {
"Jason Nam": "contact@jasonnam.com"
},
"license": "MIT",
"homepage": "https://github.com/jasonnam/Steroid",
"summary": "Swift development on steroids.",
"source": {
"git": "https://github.com/jasonnam/Steroid.git",
"tag": "0.1.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "Sources/Steroid/**/*.{swift}"
},
{
"name": "UIKit",
"source_files": "Sources/SteroidUIKit/**/*.{swift}"
}
]
}