blob: 46a6451fa16e3ff79a9302faab631608c03b0f2d [file] [log] [blame]
{
"name": "WidgetKit",
"version": "1.0.0",
"platforms": {
"ios": "10.0"
},
"summary": "Lightweight iOS framework for creating codeless native apps.",
"homepage": "https://github.com/faviomob/WidgetKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Favio Mobile": "faviomob@gmail.com"
},
"source": {
"git": "https://github.com/faviomob/WidgetKit.git",
"tag": "1.0.0"
},
"swift_version": "4.1",
"ios": {
"source_files": "WidgetKit/Sources/**/*.swift"
},
"dependencies": {
"Groot": [
],
"AlamofireImage": [
"~> 3.3"
],
"ZIPFoundation": [
]
}
}