blob: f595269cbb0f9a3743586e0656b586b740b73d65 [file] [log] [blame]
{
"name": "FlockForge",
"version": "1.1.7",
"summary": "A scalable system to run tasks for your app with support for persistence.",
"description": "Provides a framework to submit your tasks to. The tasks run parallely and provide\na hook to make changes to your system locally before starting a task. The framework\nalso persists tasks with it so that any pending tasks can be restarted across app restarts.",
"homepage": "https://github.com/talk-to/Forge",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE"
},
"authors": {
"Ayush Goel": "ayushgoel111@gmail.com"
},
"source": {
"git": "https://github.com/talk-to/Forge.git",
"tag": "1.1.7"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source_files": "Forge/Classes/**/*",
"resource_bundles": {
"Forge": [
"Forge/Assets/*.xcdatamodeld",
"Forge/Classes/*.storyboard"
]
},
"dependencies": {
"Result": [
"~> 4.0"
]
},
"swift_version": "4.2"
}