blob: 6f3ba5ab62b1bb7d7437295d8d27ca4d87614b84 [file] [log] [blame]
{
"name": "PremierKit",
"version": "8.8.0",
"summary": "Base code for iOS apps",
"homepage": "https://github.com/ricardopereira/PremierKit",
"license": "MIT",
"authors": {
"Ricardo Pereira": "m@ricardopereira.eu"
},
"source": {
"git": "https://github.com/ricardopereira/PremierKit.git",
"tag": "8.8.0"
},
"social_media_url": "https://twitter.com/ricardopereiraw",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.1",
"source_files": [
"PremierKit/*.{h}",
"Source/**/*.{h,swift}"
],
"frameworks": "UIKit",
"swift_version": "5.1"
}