blob: 8e4845c6dc1b53e47ab26b000f4f9c1cf44bef5e [file] [log] [blame]
{
"name": "PremierKit",
"version": "7.0.1",
"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": "7.0.1"
},
"social_media_url": "https://twitter.com/ricardopereiraw",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": [
"PremierKit/*.{h}",
"Source/**/*.{h,swift}"
],
"frameworks": "UIKit",
"swift_version": "5.0"
}