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