8 "homepage": "https://github.com/jasonnam/AppDelegate",
10 "Jason Nam": "contact@jasonnam.com"
12 "summary": "Break down app delegate into smaller and single-purpose plugins.",
14 "git": "https://github.com/jasonnam/AppDelegate.git",
17 "swift_versions": "5.0",
21 "default_subspecs": "Core",
22 "swift_version": "5.0",
26 "source_files": "Sources/AppDelegate/*.swift"
29 "name": "RemoteNotification",
30 "source_files": "Sources/AppDelegate/*.swift",
31 "pod_target_xcconfig": {
32 "OTHER_SWIFT_FLAGS": "-DREMOTE_NOTIFICATION"
37 "source_files": "Sources/AppDelegate/*.swift",
38 "pod_target_xcconfig": {
39 "OTHER_SWIFT_FLAGS": "-DFETCH"
43 "name": "ApplicationState",
44 "source_files": "Sources/AppDelegate/*.swift",
45 "pod_target_xcconfig": {
46 "OTHER_SWIFT_FLAGS": "-DAPPLICATION_STATE"
51 "source_files": "Sources/AppDelegate/*.swift",
52 "pod_target_xcconfig": {
53 "OTHER_SWIFT_FLAGS": "-DSCENE"