[Add] HalfModalView 1.0.3
[CocoaPods.git] / Specs / 5 / b / f / FlockForge / 1.1.5 / FlockForge.podspec.json
blob52483bd198616cb2ad71284ef8d7c01595881548
2   "name": "FlockForge",
3   "version": "1.1.5",
4   "summary": "A scalable system to run tasks for your app with support for persistence.",
5   "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.",
6   "homepage": "https://github.com/talk-to/Forge",
7   "license": {
8     "type": "BSD 3-Clause",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ayush Goel": "ayushgoel111@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/talk-to/Forge.git",
16     "tag": "1.1.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "Forge/Classes/**/*",
23   "resource_bundles": {
24     "Forge": [
25       "Forge/Assets/*.xcdatamodeld",
26       "Forge/Classes/*.storyboard"
27     ]
28   },
29   "dependencies": {
30     "Result": [
31       "~> 4.0"
32     ]
33   },
34   "swift_version": "4.2"