[Add] RapidKitFoundation_MacOS 2024.1224.1706.628
[CocoaPods.git] / Specs / 0 / d / 3 / ApplicationEventObserver / 1.0.0 / ApplicationEventObserver.podspec.json
blob4a607e8c32307edd6b920c5cab8e589494815b40
2   "name": "ApplicationEventObserver",
3   "version": "1.0.0",
4   "summary": "Application event notification (e.g. UIApplicationDidBecomeActiveNotification) handling in Swift.",
5   "description": "Application event notification (e.g. UIApplicationDidBecomeActiveNotification) handling in Swift.\nYou don't have to use `NSNotificationCenter`.",
6   "homepage": "https://github.com/sgr-ksmt/ApplicationEventObserver",
7   "license": "MIT",
8   "authors": "Suguru Kishimoto",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/sgr-ksmt/ApplicationEventObserver.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "ApplicationEventObserver/**/*.swift",
17   "requires_arc": true