blob: e7bdde7fc78bd909b6f674bb2f4e6c4404c6dc9c [file] [log] [blame]
{
"name": "SwiftFrame",
"version": "1.0.0",
"summary": "iOS App Framework.",
"description": "iOS App Framework using Swift.",
"homepage": "https://github.com/tospery/SwiftFrame",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tospery": "tospery@gmail.com"
},
"source": {
"git": "https://github.com/tospery/SwiftFrame.git",
"tag": "1.0.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftFrame/Classes/**/*",
"resource_bundles": {
"SwiftFrame": [
"SwiftFrame/Assets/*.png"
]
},
"frameworks": [
"Foundation",
"UIKit",
"Accelerate",
"QuartzCore",
"CoreLocation",
"SystemConfiguration",
"AdSupport",
"WebKit",
"CoreGraphics",
"Photos"
],
"dependencies": {
"QMUIKit/QMUICore": [
"4.0.4"
],
"QMUIKit/QMUIComponents/QMUILabel": [
"4.0.4"
],
"QMUIKit/QMUIComponents/QMUIButton": [
"4.0.4"
]
},
"swift_version": "5.0"
}