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