blob: b0e9f1d90cd8a8b61180517763fbf066533ff59b [file] [log] [blame]
{
"name": "AppDelegate",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/jasonnam/AppDelegate",
"authors": {
"Jason Nam": "contact@jasonnam.com"
},
"summary": "Break down app delegate into smaller and single-purpose plugins.",
"source": {
"git": "https://github.com/jasonnam/AppDelegate.git",
"tag": "0.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/AppDelegate/*.swift"
},
{
"name": "RemoteNotification",
"source_files": "Sources/AppDelegate/*.swift",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DREMOTE_NOTIFICATION"
}
},
{
"name": "Fetch",
"source_files": "Sources/AppDelegate/*.swift",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DFETCH"
}
},
{
"name": "ApplicationState",
"source_files": "Sources/AppDelegate/*.swift",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPPLICATION_STATE"
}
},
{
"name": "Scene",
"source_files": "Sources/AppDelegate/*.swift",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DSCENE"
}
}
]
}