[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / 2 / BGTasks / 1.0.5 / BGTasks.podspec.json
blobb16c04cd62db9c520d985e48ebc639a097b91c3a
2   "name": "BGTasks",
3   "version": "1.0.5",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A wrapper over iOS provided BackgroundTasks framework to ensure smooth onboarding of usecases and handle all the complex functionalities of BackgroundTasks within it.",
9   "homepage": "https://github.com/PhonePe/BGTasks",
10   "authors": {
11     "Shridhara V": "shridhara.v@phonepe.com"
12   },
13   "source": {
14     "git": "https://github.com/PhonePe/BGTasks.git",
15     "tag": "1.0.5"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "swift_versions": "5.0",
21   "frameworks": "CoreData",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "BGTasks/Core/Classes/**/*.{swift,h,m}",
27       "resources": "BGTasks/Core/Assets/*.xcdatamodeld"
28     }
29   ],
30   "swift_version": "5.0"