blob: 85a016e38aaa1039803abde64722eed676a3954f [file] [log] [blame]
{
"name": "FlareKit-beta",
"version": "0.0.1",
"summary": "FlareKit push notification library for mobile apps.",
"homepage": "https://flarekit.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/flarekit/sdk-ios.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"authors": {
"FlareKit": "admin@flarekit.io"
},
"source_files": "Sources/*.{swift}",
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"UIKit",
"UserNotifications",
"Foundation"
]
}