blob: e9bceacf6dec94d24983f2923d0f6dbf5c654b4c [file] [log] [blame]
{
"name": "Steroid",
"version": "0.1.1",
"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.1"
},
"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}"
}
]
}